Core.Thalos.Service.API/Core.Cerberos.Service.API/appsettings.json
Sergio Matias Urquin 7d760b589e Add project files.
2025-04-29 18:56:29 -06:00

13 lines
235 B
JSON

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