Files
Core.Thalos.BFF/Core.Thalos.BFF.Api/appsettings.json
2025-05-18 19:31:25 -06:00

13 lines
235 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Endpoints": {
"AppConfigurationURI": "https://sandbox-hci-usc-appcg.azconfig.io"
}
}