Files
Yi.Admin/Yi.Framework/Yi.Framework.ApiMicroservice/appsettings.json
2021-10-10 19:10:40 +08:00

14 lines
235 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"SqliteConn": {
"Url": "Filename=YIDB.db"
},
"AllowedHosts": "*"
}