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

13 lines
216 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"LocalGateways": {
"CerberosDAL": "https://localhost:7031/api"
}
}