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

26 lines
490 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/",
"Token": "hvs.TGz6P3AsKpYuODMrs11Msiza",
"SecretMount": "thalos"
},
"IdentityProviders": {
"Google": true,
"Azure": false
}
}