Files
Core.Thalos.BFF/Core.Thalos.BFF.Api/appsettings.Local.json

26 lines
495 B
JSON

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