presence/presence_api/appsettings.json

10 lines
151 B
JSON
Raw Permalink Normal View History

2024-11-08 17:42:34 +00:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}