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

13 lines
198 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"LocalGateways": {
"CerberosService": "https://localhost:7253/api"
}
}