CSharp-Single-EFCore/Bunny.WebApi/appsettings.json

18 lines
347 B
JSON
Raw Normal View History

2024-08-08 22:23:36 +08:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"Microsoft.EntityFrameworkCore": "Information"
}
},
"AllowedHosts": "*",
"DataBase": {
"DataBaseConnection": "Database/bunny.db",
2024-08-08 22:23:36 +08:00
"TimeOut": 6
},
"JWT": {
"Issuer": "Issuer",
"Audience": "Audience"
}
}