2017-05-05 20:57:33 -04:00
|
|
|
|
{
|
|
|
|
|
|
"globalSettings": {
|
2017-08-02 17:02:55 -04:00
|
|
|
|
"selfHosted": false,
|
2017-05-05 20:57:33 -04:00
|
|
|
|
"siteName": "bitwarden",
|
2017-08-03 23:12:05 -04:00
|
|
|
|
"baseServiceUri": {
|
|
|
|
|
|
"vault": "http://localhost:4001",
|
|
|
|
|
|
"api": "http://localhost:4000",
|
|
|
|
|
|
"identity": "http://localhost:33656",
|
|
|
|
|
|
"identityInternal": "http://localhost:33656"
|
|
|
|
|
|
},
|
2017-05-05 20:57:33 -04:00
|
|
|
|
"stripeApiKey": "SECRET",
|
|
|
|
|
|
"sqlServer": {
|
|
|
|
|
|
"connectionString": "SECRET"
|
|
|
|
|
|
},
|
|
|
|
|
|
"mail": {
|
2017-07-14 10:52:15 -04:00
|
|
|
|
"sendGridApiKey": "SECRET",
|
2017-05-05 20:57:33 -04:00
|
|
|
|
"replyToEmail": "hello@bitwarden.com"
|
|
|
|
|
|
},
|
|
|
|
|
|
"identityServer": {
|
|
|
|
|
|
"certificateThumbprint": "SECRET"
|
|
|
|
|
|
},
|
|
|
|
|
|
"dataProtection": {
|
|
|
|
|
|
"certificateThumbprint": "SECRET"
|
|
|
|
|
|
},
|
|
|
|
|
|
"storage": {
|
|
|
|
|
|
"connectionString": "SECRET"
|
|
|
|
|
|
},
|
|
|
|
|
|
"documentDb": {
|
|
|
|
|
|
"uri": "SECRET",
|
|
|
|
|
|
"key": "SECRET"
|
2017-05-26 00:50:27 -04:00
|
|
|
|
},
|
|
|
|
|
|
"notificationHub": {
|
|
|
|
|
|
"connectionString": "SECRET",
|
|
|
|
|
|
"hubName": "SECRET"
|
2017-06-21 00:04:25 -04:00
|
|
|
|
},
|
|
|
|
|
|
"yubico": {
|
|
|
|
|
|
"clientid": "SECRET",
|
|
|
|
|
|
"key": "SECRET"
|
|
|
|
|
|
},
|
|
|
|
|
|
"duo": {
|
|
|
|
|
|
"aKey": "SECRET"
|
2017-06-21 22:33:45 -04:00
|
|
|
|
},
|
2017-07-28 00:17:31 -04:00
|
|
|
|
"braintree": {
|
|
|
|
|
|
"production": false,
|
|
|
|
|
|
"merchantId": "SECRET",
|
|
|
|
|
|
"publicKey": "SECRET",
|
|
|
|
|
|
"privateKey": "SECRET"
|
2017-05-05 20:57:33 -04:00
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|