MeowStash/appsettings.json
2023-01-03 23:39:51 +01:00

9 lines
151 B
JSON

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