Settings.json.

This commit is contained in:
AnduinXue
2024-01-11 14:16:41 +00:00
parent 5498a7a7fe
commit 5b341cf241
+3 -2
View File
@@ -1,8 +1,9 @@
{
"Logging": {
"LogLevel": {
"Default": "Trace",
"Microsoft.AspNetCore": "Warning"
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*"