Files
TeamCalendar/TeamCalendar.API/appsettings.json
2024-03-06 16:38:40 +10:30

10 lines
142 B
JSON

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