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

updated android package name for gcm settings

This commit is contained in:
Kyle Spearrin 2016-08-20 23:16:25 -04:00
parent 92d06ceabe
commit af90d75d06

View File

@ -19,7 +19,7 @@
"apnsCertificatePassword": "SECRET", "apnsCertificatePassword": "SECRET",
"gcmSenderId": "SECRET", "gcmSenderId": "SECRET",
"gcmApiKey": "SECRET", "gcmApiKey": "SECRET",
"gcmAppPackageName": "com.bitwarden.vault" "gcmAppPackageName": "com.x8bit.bitwarden"
} }
} }
} }