Files
timetracker/timetracker.Server/appsettings.json
T
2026-06-08 16:24:51 +02:00

10 lines
142 B
JSON

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