2023-12-05 19:18:38 +08:00
|
|
|
{
|
|
|
|
"Logging": {
|
|
|
|
"LogLevel": {
|
|
|
|
"Default": "Information",
|
|
|
|
"Microsoft.AspNetCore": "Warning"
|
|
|
|
}
|
|
|
|
},
|
2023-12-10 21:53:47 +08:00
|
|
|
"AllowedHosts": "*",
|
|
|
|
"ConnectionStrings": {
|
|
|
|
"Dictionary": "Data Source = Data/DB/offline_enhanceV2.db;Mode=ReadOnly",
|
|
|
|
"Identity": "Data Source = Data/DB/Identity.db;"
|
|
|
|
}
|
2023-12-05 19:18:38 +08:00
|
|
|
}
|