mirror of
https://github.com/bitwarden/server
synced 2025-12-11 13:53:40 +00: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