18 lines
347 B
JSON
18 lines
347 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning",
|
|
"Microsoft.EntityFrameworkCore": "Information"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"DataBase": {
|
|
"DataBaseConnection": "Database/bunny.db",
|
|
"TimeOut": 6
|
|
},
|
|
"JWT": {
|
|
"Issuer": "Issuer",
|
|
"Audience": "Audience"
|
|
}
|
|
} |