Core.Thalos.BFF/Core.Cerberos.BFF.Api/appsettings.json
Sergio Matias Urquin 44e353e386 Add project files.
2025-04-29 18:55:01 -06:00

13 lines
235 B
JSON

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