1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-05 21:18:13 -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 "database": 0
}, },
"push": { "push": {
"ApnsCertificateThumbprint": "SECRET", "apnsCertificateThumbprint": "SECRET",
"ApnsCertificatePassword": "SECRET", "apnsCertificatePassword": "SECRET",
"GcmSenderId": "SECRET", "gcmSenderId": "SECRET",
"GcmApiKey": "SECRET", "gcmApiKey": "SECRET",
"GcmAppPackageName": "com.bitwarden.vault" "gcmAppPackageName": "com.bitwarden.vault"
} }
} }
} }