2015-12-09 04:57:38 +01:00
|
|
|
|
{
|
2016-06-18 21:08:21 +02:00
|
|
|
|
"globalSettings": {
|
|
|
|
|
"siteName": "bitwarden",
|
|
|
|
|
"baseVaultUri": "http://localhost:4001",
|
|
|
|
|
"jwtSigningKey": "THIS IS A SECRET. IT KEEPS YOUR TOKEN SAFE. :)",
|
|
|
|
|
"sqlServer": {
|
|
|
|
|
"connectionString": "SECRET"
|
|
|
|
|
},
|
|
|
|
|
"mail": {
|
|
|
|
|
"apiKey": "SECRET",
|
|
|
|
|
"replyToEmail": "do-not-reply@bitwarden.com"
|
|
|
|
|
},
|
|
|
|
|
"loggr": {
|
|
|
|
|
"logKey": "SECRET",
|
|
|
|
|
"apiKey": "SECRET"
|
|
|
|
|
},
|
|
|
|
|
"push": {
|
2016-06-30 06:40:01 +02:00
|
|
|
|
"apnsCertificateThumbprint": "SECRET",
|
|
|
|
|
"apnsCertificatePassword": "SECRET",
|
|
|
|
|
"gcmSenderId": "SECRET",
|
|
|
|
|
"gcmApiKey": "SECRET",
|
2016-08-21 05:16:25 +02:00
|
|
|
|
"gcmAppPackageName": "com.x8bit.bitwarden"
|
2016-06-18 21:08:21 +02:00
|
|
|
|
}
|
2015-12-09 04:57:38 +01:00
|
|
|
|
}
|
|
|
|
|
}
|