Files
Auths/Cookie.Basic/appsettings.json
2024-10-12 23:50:49 +07:00

10 lines
142 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}