Update appsettings.json

This commit is contained in:
sonic 2024-08-18 12:15:18 +02:00 committed by GitHub
parent 7c1e211482
commit b9efee5aad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -76,8 +76,8 @@
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
"Default": "None",
"Microsoft.AspNetCore": "None"
}
},
"AllowedHosts": "*"