Files
barkman/barkmanAPI/appsettings.json
T
2025-01-07 21:56:50 -06:00

10 lines
142 B
JSON

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