-
Notifications
You must be signed in to change notification settings - Fork 0
/
appConfig.js
22 lines (21 loc) · 893 Bytes
/
appConfig.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module.exports = {
facebook: {
clientID: "2961259804180612",
clientSecret: "3d67a3baaaab52ba7f02dbc95b3c586a",
callbackURL: "https://api.veritatrust.com/api/auth/facebook/callback",
},
urlClients: {
urlSuccess: "https://api.veritatrust.com/account",
urlSuccessForFB: "https://api.veritatrust.com/add-review-create-for-beta",
urlRedirect: "https://api.veritatrust.com/account",
urlSuccessAssociated: "https://api.veritatrust.com/account/settings/",
urlSuccessOrgReviewFormRedirect: "/",
},
google: {
clientID:
"1036726798056-idduh86bhvsjo0mrhuuhoj8l87u4alvi.apps.googleusercontent.com",
clientSecret: "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",
callbackURL: "https://api.veritatrust.com/api/auth/google/callback",
callBackUrlReviewForm: "https://api.veritatrust.com/api/auth/google/reviewform/callback",
},
};