1
0
mirror of https://github.com/bitwarden/server.git synced 2024-12-02 13:53:23 +01:00
bitwarden-server/src/Admin/appsettings.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

65 lines
1.3 KiB
JSON
Raw Normal View History

2018-03-21 17:57:43 +01:00
{
2018-03-21 19:26:49 +01:00
"globalSettings": {
"selfHosted": false,
"siteName": "Bitwarden",
"projectName": "Admin",
"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"
},
"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"
},
"send": {
"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
}
}