2017-05-06 02:57:33 +02:00
|
|
|
|
{
|
|
|
|
|
"globalSettings": {
|
2017-08-02 23:02:55 +02:00
|
|
|
|
"selfHosted": false,
|
2017-05-06 02:57:33 +02:00
|
|
|
|
"siteName": "bitwarden",
|
|
|
|
|
"baseVaultUri": "http://localhost:4001/#",
|
2017-08-02 22:57:32 +02:00
|
|
|
|
"baseApiUri": "http://localhost:4000",
|
|
|
|
|
"baseIdentityUri": "http://localhost:33656",
|
2017-05-06 02:57:33 +02:00
|
|
|
|
"stripeApiKey": "SECRET",
|
|
|
|
|
"sqlServer": {
|
|
|
|
|
"connectionString": "SECRET"
|
|
|
|
|
},
|
|
|
|
|
"mail": {
|
2017-07-14 16:52:15 +02:00
|
|
|
|
"sendGridApiKey": "SECRET",
|
2017-05-06 02:57:33 +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-06-21 06:04:25 +02:00
|
|
|
|
},
|
|
|
|
|
"yubico": {
|
|
|
|
|
"clientid": "SECRET",
|
|
|
|
|
"key": "SECRET"
|
|
|
|
|
},
|
|
|
|
|
"duo": {
|
|
|
|
|
"aKey": "SECRET"
|
2017-06-22 04:33:45 +02:00
|
|
|
|
},
|
|
|
|
|
"u2f": {
|
2017-06-27 20:48:29 +02:00
|
|
|
|
"appId": "https://localhost:4001/app-id.json"
|
2017-07-28 06:17:31 +02:00
|
|
|
|
},
|
|
|
|
|
"braintree": {
|
|
|
|
|
"production": false,
|
|
|
|
|
"merchantId": "SECRET",
|
|
|
|
|
"publicKey": "SECRET",
|
|
|
|
|
"privateKey": "SECRET"
|
2017-05-06 02:57:33 +02:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|