Files
Core.Thalos.BFF/Core.Thalos.BFF.Api/appsettings.Local.json
2025-05-18 19:31:25 -06:00

13 lines
196 B
JSON

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