Files
Core.Thalos.BFF/Core.Thalos.BFF.Api/appsettings.json
2025-06-23 00:32:26 -06:00

10 lines
142 B
JSON

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