add: 使用单个配置文件

This commit is contained in:
jackfiled 2023-11-06 14:07:10 +08:00
parent 80a0abcc37
commit 46a1639888
2 changed files with 3 additions and 11 deletions

View File

@ -1,10 +0,0 @@
{
"DetailedErrors": true,
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"Katheryne": "Debug"
}
}
}

View File

@ -1,8 +1,10 @@
{
"DetailedErrors": true,
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
"Microsoft.AspNetCore": "Warning",
"Katheryne": "Debug"
}
},
"AllowedHosts": "*"