Blog.Core/Blog.Core.AdminMvc/appsettings.json
2020-08-17 19:55:22 +08:00

18 lines
280 B
JSON

{
"Logging": {
"IncludeScopes": false,
"Debug": {
"LogLevel": {
"Default": "Warning"
}
},
"Console": {
"LogLevel": {
"Default": "Warning",
"Microsoft.Hosting.Lifetime": "Debug"
}
}
},
"AllowedHosts": "*"
}