Files
Core.Thalos.BFF/Core.Thalos.BFF.Api/appsettings.Local.json
2025-08-29 15:16:57 -06:00

26 lines
486 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"LocalGateways": {
"ThalosService": "https://localhost:44312/api"
},
"ServiceSettings": {
"ApplicationName": "thalos",
"LayerName": "bff"
},
"Vault": {
"Address": "http://100.123.31.103:8200",
"Token": "hvs.kLjCgmm6ABeuwJNFYma9kDdy",
"SecretMount": "secret"
},
"IdentityProviders": {
"Google": true,
"Azure": false
}
}