-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.json.example
41 lines (41 loc) · 936 Bytes
/
config.json.example
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
{
"hostname": "localhost:4000",
"language": "en",
"modules" : {
"wouso-social-login" : true
},
"games": {
"wouso-qotd" : true,
"wouso-quest": true
},
"themes": {
"wouso-foundation": true
},
"superuser": {
"[email protected]": "marius"
},
"mongo_url": {
"test" : "mongodb://localhost/wouso-new-test",
"dev" : "mongodb://localhost/wouso-new-dev",
"prod" : "mongodb://localhost/wouso-new-prod"
},
"credentials": {
"facebook": {
"clientID" : "xxxxxxxxxxxxxxxxxxx",
"clientSecret": "xxxxxxxxxxxxxxxxxxxxxxxxxx"
},
"twitter": {
"clientID" : "xxxxxxxxxxxxxxxxxxx",
"clientSecret": "xxxxxxxxxxxxxxxxxxxxxxxxxx"
},
"google": {
"clientID" : "xxxxxxxxxxxxxxxxxxx",
"clientSecret": "xxxxxxxxxxxxxxxxxxxxxxxxxx"
},
"github": {
"clientID" : "xxxxxxxxxxxxxxxxxxx",
"clientSecret": "xxxxxxxxxxxxxxxxxxxxxxxxxx"
}
},
"newrelic_license_key": "xxxxxxxxxxxxxxx"
}