presence_sample_v2/Presence.Api/appsettings.json
2024-11-22 15:18:04 +03:00

10 lines
142 B
JSON

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