2017-03-18 23:52:44 +01:00
|
|
|
|
{
|
2017-04-26 20:29:25 +02:00
|
|
|
|
"globalSettings": {
|
2017-04-26 21:10:13 +02:00
|
|
|
|
"siteName": "bitwarden",
|
|
|
|
|
"baseVaultUri": "http://localhost:4001/#",
|
|
|
|
|
"stripeApiKey": "SECRET",
|
|
|
|
|
"sqlServer": {
|
|
|
|
|
"connectionString": "SECRET"
|
|
|
|
|
},
|
|
|
|
|
"mail": {
|
2017-07-14 16:52:15 +02:00
|
|
|
|
"sendGridApiKey": "SECRET",
|
2017-04-26 21:10:13 +02:00
|
|
|
|
"replyToEmail": "hello@bitwarden.com"
|
|
|
|
|
},
|
|
|
|
|
"identityServer": {
|
|
|
|
|
"certificateThumbprint": "SECRET"
|
|
|
|
|
},
|
|
|
|
|
"dataProtection": {
|
|
|
|
|
"certificateThumbprint": "SECRET"
|
|
|
|
|
},
|
|
|
|
|
"storage": {
|
|
|
|
|
"connectionString": "SECRET"
|
|
|
|
|
},
|
|
|
|
|
"documentDb": {
|
|
|
|
|
"uri": "SECRET",
|
|
|
|
|
"key": "SECRET"
|
2017-05-26 06:50:27 +02:00
|
|
|
|
},
|
|
|
|
|
"notificationHub": {
|
|
|
|
|
"connectionString": "SECRET",
|
|
|
|
|
"hubName": "SECRET"
|
2017-04-26 21:10:13 +02:00
|
|
|
|
}
|
2017-04-26 20:29:25 +02:00
|
|
|
|
},
|
|
|
|
|
"billingSettings": {
|
|
|
|
|
"stripeWebhookKey": "SECRET"
|
2017-03-18 23:52:44 +01:00
|
|
|
|
}
|
|
|
|
|
}
|