-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtestOverride.json
More file actions
48 lines (48 loc) · 1.7 KB
/
testOverride.json
File metadata and controls
48 lines (48 loc) · 1.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"passport": {
"enabled": ["google", "otp"],
"serverURL": "http://localhost:3000",
"models": {
"User": "UserCustom"
},
"dataSources": {
"email": {
"name": "sendgrid",
"connector": "loopback-connector-sendgrid",
"api_key": "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"
},
"twilio": {
"name": "twilio",
"connector": "loopback-connector-twilio",
"accountSid": "AC66115e229b7ac0e7bf6a4871bab1fcfd",
"authToken": "c1deed183bd4e7b1339b4e0d439c3f10"
}
},
"strategies": {
"google": {
"clientID": "390329004477-oqrcougpikhc19cdvtd2anjc3pqh2gvt.apps.googleusercontent.com",
"clientSecret": "d0xokHC667wJ4f5U2-o6G-_J"
},
"facebook": {
"clientID": "668763103595055",
"clientSecret": "dda8cdf3c5d8a89c1dc7afbab5b064a1",
"callbackURL": "https://13ecaf8f.ngrok.io/auth/facebook/callback"
},
"otp": {
"mailOptions": {
"fromEmail": "lol@lolss.com",
"fromPhone": "+12017545633",
"text": "otp is $$token"
},
"resendAfter": 0.5,
"digits": 9,
"sendOtpVia": "email",
"verificationRequired": false,
"entryFlow": {
"phoneVerificationRequired": false,
"emailVerificationRequired": ["login", "signup"]
}
}
}
}
}