2018-03-21 17:57:43 +01:00
|
|
|
|
{
|
2018-03-21 19:26:49 +01:00
|
|
|
|
"globalSettings": {
|
|
|
|
|
"selfHosted": false,
|
|
|
|
|
"siteName": "Bitwarden",
|
|
|
|
|
"projectName": "Admin",
|
2021-11-29 01:01:51 +01:00
|
|
|
|
"stripe": {
|
|
|
|
|
"apiKey": "SECRET"
|
|
|
|
|
},
|
2018-03-21 19:26:49 +01:00
|
|
|
|
"sqlServer": {
|
|
|
|
|
"connectionString": "SECRET"
|
|
|
|
|
},
|
|
|
|
|
"mail": {
|
|
|
|
|
"sendGridApiKey": "SECRET",
|
2019-03-13 21:19:00 +01:00
|
|
|
|
"amazonConfigSetName": "Email",
|
2020-02-07 22:42:55 +01:00
|
|
|
|
"replyToEmail": "no-reply@bitwarden.com"
|
2018-03-21 19:26:49 +01:00
|
|
|
|
},
|
|
|
|
|
"identityServer": {
|
|
|
|
|
"certificateThumbprint": "SECRET"
|
|
|
|
|
},
|
|
|
|
|
"dataProtection": {
|
|
|
|
|
"certificateThumbprint": "SECRET"
|
|
|
|
|
},
|
|
|
|
|
"storage": {
|
|
|
|
|
"connectionString": "SECRET"
|
|
|
|
|
},
|
|
|
|
|
"events": {
|
|
|
|
|
"connectionString": "SECRET"
|
|
|
|
|
},
|
2019-06-13 06:10:37 +02:00
|
|
|
|
"serviceBus": {
|
|
|
|
|
"connectionString": "SECRET",
|
|
|
|
|
"applicationCacheTopicName": "SECRET"
|
|
|
|
|
},
|
2018-03-21 19:26:49 +01:00
|
|
|
|
"documentDb": {
|
|
|
|
|
"uri": "SECRET",
|
|
|
|
|
"key": "SECRET"
|
|
|
|
|
},
|
|
|
|
|
"notificationHub": {
|
|
|
|
|
"connectionString": "SECRET",
|
|
|
|
|
"hubName": "SECRET"
|
2019-03-13 21:19:00 +01:00
|
|
|
|
},
|
|
|
|
|
"amazon": {
|
|
|
|
|
"accessKeyId": "SECRET",
|
|
|
|
|
"accessKeySecret": "SECRET",
|
|
|
|
|
"region": "SECRET"
|
2020-11-02 21:55:49 +01:00
|
|
|
|
},
|
|
|
|
|
"send": {
|
2021-07-01 18:11:02 +02:00
|
|
|
|
"connectionString": "SECRET"
|
2018-03-21 17:57:43 +01:00
|
|
|
|
}
|
2018-03-21 19:26:49 +01:00
|
|
|
|
},
|
|
|
|
|
"adminSettings": {
|
2019-03-05 05:41:46 +01:00
|
|
|
|
"admins": "",
|
|
|
|
|
"cloudflare": {
|
|
|
|
|
"zoneId": "SECRET",
|
|
|
|
|
"authEmail": "SECRET",
|
|
|
|
|
"authKey": "SECRET"
|
|
|
|
|
}
|
2018-03-21 19:26:49 +01:00
|
|
|
|
},
|
|
|
|
|
"braintree": {
|
|
|
|
|
"production": false,
|
|
|
|
|
"merchantId": "SECRET",
|
|
|
|
|
"publicKey": "SECRET",
|
|
|
|
|
"privateKey": "SECRET"
|
2018-03-21 17:57:43 +01:00
|
|
|
|
}
|
|
|
|
|
}
|