forked from ApiWay/apiway-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
44 lines (44 loc) · 843 Bytes
/
config.json
File metadata and controls
44 lines (44 loc) · 843 Bytes
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
{
"auth": {
"google": {
"clientId": "",
"clientSecret": ""
},
"facebook": {
"clientId": "",
"clientSecret": ""
},
"github": {
"clientId": "40b12bd8b129cc8803e3",
"clientSecret": "8242e2a5c9e5ac5ef00aa23cbf6daaea5998645e"
},
"twitter": {
"clientId": "",
"clientSecret": ""
},
"instagram": {
"clientId": "",
"clientSecret": ""
},
"bitbucket": {
"clientId": "",
"clientSecret": ""
}
},
"db": {
"MONGODB_URL": "mongo-0.mongo,mongo-1.mongo,mongo-2.mongo:27017",
"MONGODB_URL_DEV": "localhost:27017",
"DB": "apiway"
},
"mqtt": {
"protocol": "mqtt",
"port": "1883",
"host": "apiway-pubsub"
},
"schedule": {
"default": {
"cron": "*/60 * * * *",
"state": "inactive"
}
}
}