Core.Blueprint.Service/Core.Blueprint.Service.API/appsettings.json
Sergio Matias Urquin b2635193dc Add project files.
2025-04-29 18:44:41 -06:00

13 lines
235 B
JSON

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