mirror of
https://github.com/bitwarden/server.git
synced 2025-02-09 00:41:37 +01:00
56 lines
1.1 KiB
JSON
56 lines
1.1 KiB
JSON
{
|
|
"globalSettings": {
|
|
"selfHosted": false,
|
|
"siteName": "Bitwarden",
|
|
"projectName": "Admin",
|
|
"stripe": {
|
|
"apiKey": "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"
|
|
},
|
|
"notificationHub": {
|
|
"connectionString": "SECRET",
|
|
"hubName": "SECRET"
|
|
},
|
|
"amazon": {
|
|
"accessKeyId": "SECRET",
|
|
"accessKeySecret": "SECRET",
|
|
"region": "SECRET"
|
|
},
|
|
"send": {
|
|
"connectionString": "SECRET"
|
|
}
|
|
},
|
|
"adminSettings": {
|
|
"admins": ""
|
|
},
|
|
"braintree": {
|
|
"production": false,
|
|
"merchantId": "SECRET",
|
|
"publicKey": "SECRET",
|
|
"privateKey": "SECRET"
|
|
}
|
|
}
|