2020-09-04 19:56:08 +02:00
|
|
|
{
|
|
|
|
"globalSettings": {
|
|
|
|
"selfHosted": false,
|
|
|
|
"siteName": "Bitwarden",
|
|
|
|
"projectName": "SSO",
|
|
|
|
"stripeApiKey": "SECRET",
|
|
|
|
"oidcIdentityClientKey": "SECRET",
|
|
|
|
"sqlServer": {
|
|
|
|
"connectionString": "SECRET"
|
|
|
|
},
|
|
|
|
"mail": {
|
|
|
|
"sendGridApiKey": "SECRET",
|
|
|
|
"amazonConfigSetName": "Email",
|
|
|
|
"replyToEmail": "no-reply@bitwarden.com"
|
|
|
|
},
|
|
|
|
"identityServer": {
|
|
|
|
"certificateThumbprint": "SECRET"
|
|
|
|
},
|
|
|
|
"dataProtection": {
|
|
|
|
"certificateThumbprint": "SECRET"
|
|
|
|
},
|
|
|
|
"storage": {
|
|
|
|
"connectionString": "SECRET"
|
|
|
|
},
|
|
|
|
"events": {
|
|
|
|
"connectionString": "SECRET"
|
|
|
|
},
|
|
|
|
"serviceBus": {
|
|
|
|
"connectionString": "SECRET",
|
|
|
|
"applicationCacheTopicName": "SECRET"
|
|
|
|
},
|
|
|
|
"documentDb": {
|
|
|
|
"uri": "SECRET",
|
|
|
|
"key": "SECRET"
|
|
|
|
},
|
|
|
|
"notificationHub": {
|
|
|
|
"connectionString": "SECRET",
|
|
|
|
"hubName": "SECRET"
|
|
|
|
},
|
|
|
|
"amazon": {
|
|
|
|
"accessKeyId": "SECRET",
|
|
|
|
"accessKeySecret": "SECRET",
|
|
|
|
"region": "SECRET"
|
|
|
|
},
|
|
|
|
"sso": {
|
2020-09-15 03:22:24 +02:00
|
|
|
"cacheLifetimeInSeconds": 30
|
2020-09-04 19:56:08 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|