Files
the-biergarten-app/API/API.Core/appsettings.json
2026-01-15 21:48:20 -05:00

10 lines
151 B
JSON

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