mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-03 16:20:52 +08:00
14 lines
235 B
JSON
14 lines
235 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"SqliteConn": {
|
|
"Url": "Filename=YIDB.db"
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|