-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.example.json
44 lines (44 loc) · 1.21 KB
/
config.example.json
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
{
"port": 3000,
"sessionDomain": ".example.com",
"sessionSecure": false,
"firstLoginClone": {
"sourceFlavor": "workshop",
"targetFlavor": "default",
"sourceUser": "admin@cheminfo.org",
"targetSubFolder": "workshop/2015"
},
"auth": {
"google": {
"clientID": "",
"clientSecret": "",
"successRedirect": "http://www.cheminfo.org/static/index.html",
"failureRedirect": "/login",
"callbackURL": "/login/google/oauth2callback",
"loginURL": "/login/google"
},
"facebook": {
"appId": "",
"appSecret": "",
"callbackURL": "/loginlogin/facebook/callback",
"failureRedirect": "/login",
"successRedirect": "http://www.cheminfo.org/static/index.html",
"loginURL": "/login/facebook"
},
"github": {
"clientID": "",
"clientSecret": "",
"successRedirect": "http://www.cheminfo.org/static/index.html",
"failureRedirect": "/login",
"callbackURL": "/login/github/callback",
"loginURL": "/login/github"
},
"ldap": {
"url": "ldaps://ldap.epfl.ch",
"searchBase": "c=ch",
"searchFilter": "uid={{username}}"
},
"couchdb": {}
},
"authServers": ["http://www.cheminfo.org/clp"]
}