Files
aviq-boilerplate/CityInfo.API/appsettings.json
2026-03-01 16:08:37 +01:00

10 lines
142 B
JSON

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