Skip to content

Commit 7a50024

Browse files
committed
Step 17.4: Store credentials in settings.json
1 parent ae5a281 commit 7a50024

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

api/private/settings.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,29 @@
55
"adminPhoneNumbers": ["+9721234567", "+97212345678", "+97212345679"],
66
"phoneVerificationMasterCode": "1234"
77
},
8+
"public": {
9+
"facebook": {
10+
"permissions": [
11+
"public_profile",
12+
"user_friends",
13+
"email"
14+
],
15+
"profileFields": [
16+
"name",
17+
"gender",
18+
"location"
19+
]
20+
}
21+
},
822
"private": {
923
"fcm": {
1024
"key": "AIzaSyBnmvN5WNv3rAaLra1RUr9vA5k0pNp0KuY"
25+
},
26+
"oAuth": {
27+
"facebook": {
28+
"appId": "1800004730327605",
29+
"secret": "57f57a93e8847896a0b779c0d0cdfa7b"
30+
}
1131
}
1232
}
1333
}

0 commit comments

Comments
 (0)