2017-05-06 02:57:33 +02:00
|
|
|
|
{
|
|
|
|
|
"globalSettings": {
|
|
|
|
|
"siteName": "bitwarden",
|
|
|
|
|
"baseVaultUri": "http://localhost:4001/#",
|
|
|
|
|
"jwtSigningKey": "THIS IS A SECRET. IT KEEPS YOUR TOKEN SAFE. :)",
|
|
|
|
|
"stripeApiKey": "SECRET",
|
|
|
|
|
"sqlServer": {
|
|
|
|
|
"connectionString": "SECRET"
|
|
|
|
|
},
|
|
|
|
|
"mail": {
|
|
|
|
|
"apiKey": "SECRET",
|
|
|
|
|
"replyToEmail": "hello@bitwarden.com"
|
|
|
|
|
},
|
|
|
|
|
"push": {
|
|
|
|
|
"apnsCertificateThumbprint": "SECRET",
|
|
|
|
|
"apnsCertificatePassword": "SECRET",
|
|
|
|
|
"gcmSenderId": "SECRET",
|
|
|
|
|
"gcmApiKey": "SECRET",
|
|
|
|
|
"gcmAppPackageName": "com.x8bit.bitwarden"
|
|
|
|
|
},
|
|
|
|
|
"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-05-06 02:57:33 +02:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|