37 lines
925 B
JSON
37 lines
925 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"MongoDB": "mongodb://admin_agile:AdminAgileWebs@portainer.dream-views.com:27017/?authMechanism=SCRAM-SHA-256",
|
|
//"MongoDB": "mongodb://admin_agile:Admin%40agileWebs@portainer.white-enciso.pro:27017/?authMechanism=SCRAM-SHA-256",
|
|
"Redis": "172.22.0.2:6379"
|
|
},
|
|
"MongoDb": {
|
|
"DatabaseName": "Thalos",
|
|
"LocalAudience": ""
|
|
},
|
|
"DetailedErrors": true,
|
|
"UseRedisCache": false,
|
|
"CacheSettings": {
|
|
"DefaultCacheDurationInMinutes": 3
|
|
},
|
|
"ServiceSettings": {
|
|
"ApplicationName": "thalos",
|
|
"LayerName": "dal"
|
|
},
|
|
"Vault": {
|
|
"Address": "https://vault.dream-views.com/",
|
|
"Token": "hvs.TGz6P3AsKpYuODMrs11Msiza",
|
|
"SecretMount": "thalos"
|
|
},
|
|
"IdentityProviders": {
|
|
"Google": true,
|
|
"Azure": false
|
|
}
|
|
}
|