Files
Whypair/whypair/appsettings.json
2024-06-03 15:55:24 +10:00

10 lines
142 B
JSON

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