1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-05 05:00:19 -05:00

camelCase push settings keys

This commit is contained in:
Kyle Spearrin 2016-06-30 00:40:01 -04:00
parent 731e1bcf46
commit cbdc8f355f

View File

@ -19,11 +19,11 @@
"database": 0
},
"push": {
"ApnsCertificateThumbprint": "SECRET",
"ApnsCertificatePassword": "SECRET",
"GcmSenderId": "SECRET",
"GcmApiKey": "SECRET",
"GcmAppPackageName": "com.bitwarden.vault"
"apnsCertificateThumbprint": "SECRET",
"apnsCertificatePassword": "SECRET",
"gcmSenderId": "SECRET",
"gcmApiKey": "SECRET",
"gcmAppPackageName": "com.bitwarden.vault"
}
}
}