servicepoint-tanks/TanksServer/appsettings.json
2024-04-06 13:46:34 +02:00

10 lines
168 B
JSON

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