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