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": "*"
|
|
|
|
|
}
|