1
0
mirror of https://github.com/bitwarden/server synced 2025-12-28 14:13:48 +00:00
Files
server/src/Api/settings.json
2016-06-18 15:08:21 -04:00

30 lines
886 B
JSON

{
"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"
},
"cache": {
"connectionString": "SECRET.COM:6380,password=SECRET,ssl=True,abortConnect=False",
"database": 0
},
"push": {
"ApnsCertificateThumbprint": "SECRET",
"ApnsCertificatePassword": "SECRET",
"GcmSenderId": "SECRET",
"GcmApiKey": "SECRET",
"GcmAppPackageName": "com.bitwarden.vault"
}
}
}