2017-05-05 20:57:33 -04:00
|
|
|
|
{
|
|
|
|
|
|
"globalSettings": {
|
|
|
|
|
|
"siteName": "bitwarden",
|
|
|
|
|
|
"baseVaultUri": "http://localhost:4001/#",
|
|
|
|
|
|
"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
|
|
|
|
},
|
|
|
|
|
|
"u2f": {
|
2017-06-27 14:48:29 -04:00
|
|
|
|
"appId": "https://localhost:4001/app-id.json"
|
2017-05-05 20:57:33 -04:00
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|