From 17e7fa8b2e9729565479fe2cdabdbeaa923c0f95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niccol=C3=B2=20Belli?= Date: Sun, 11 Jun 2017 23:09:15 +0200 Subject: [PATCH] Step 16.7: Store credentials in settings.json --- api/private/settings.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/api/private/settings.json b/api/private/settings.json index 070dbe109..6cae4c11c 100644 --- a/api/private/settings.json +++ b/api/private/settings.json @@ -4,5 +4,10 @@ "verificationRetriesWaitTime": 0, "adminPhoneNumbers": ["+9721234567", "+97212345678", "+97212345679"], "phoneVerificationMasterCode": "1234" + }, + "private": { + "fcm": { + "key": "AIzaSyBnmvN5WNv3rAaLra1RUr9vA5k0pNp0KuY" + } } }