26 lines
495 B
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": "thalos"
|
|
},
|
|
"IdentityProviders": {
|
|
"Google": true,
|
|
"Azure": false
|
|
}
|
|
}
|
|
|