Files
Yi.Admin/Yi.Framework/Yi.Framework.ApiMicroservice/appsettings.json

14 lines
235 B
JSON
Raw Normal View History

2021-10-10 16:43:49 +08:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
2021-10-10 19:10:40 +08:00
"SqliteConn": {
"Url": "Filename=YIDB.db"
},
2021-10-10 16:43:49 +08:00
"AllowedHosts": "*"
}