mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 08:02:49 -05:00
camelCase push settings keys
This commit is contained in:
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user