Skip to content

Commit

Permalink
Step 17.4: Store credentials in settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
darkbasic committed Oct 16, 2017
1 parent ae5a281 commit 7a50024
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions api/private/settings.json
Expand Up @@ -5,9 +5,29 @@
"adminPhoneNumbers": ["+9721234567", "+97212345678", "+97212345679"],
"phoneVerificationMasterCode": "1234"
},
"public": {
"facebook": {
"permissions": [
"public_profile",
"user_friends",
"email"
],
"profileFields": [
"name",
"gender",
"location"
]
}
},
"private": {
"fcm": {
"key": "AIzaSyBnmvN5WNv3rAaLra1RUr9vA5k0pNp0KuY"
},
"oAuth": {
"facebook": {
"appId": "1800004730327605",
"secret": "57f57a93e8847896a0b779c0d0cdfa7b"
}
}
}
}

0 comments on commit 7a50024

Please sign in to comment.