-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig-example.json
More file actions
39 lines (39 loc) · 916 Bytes
/
config-example.json
File metadata and controls
39 lines (39 loc) · 916 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
{
"devMode": true,
"vpnMode": false,
"port": "3000",
"dbName": "prothrow",
"secret": "cats",
"baseURL": "http://127.0.0.1:3000",
"ldap": {
"url": "ldap://dc2.nbi.ac.uk:389",
"bindDn": "ldapuser",
"bindCredentials": "password",
"searchBase": "OU=NBIUsers,dc=nbi,dc=ac,dc=uk",
"searchFilter": "(sAMAccountName={{username}})"
},
"email": {
"host": "mail.nbi.ac.uk",
"port": "25",
"from": "TSL Proteomics <noreply@tsl.ac.uk>",
"emailDomain": "@nbi.ac.uk"
},
"NCBIAPIKey": "",
"supportingImageRoot": "./public/uploads/",
"supportingImageRootURL": "/uploads/",
"supportingImagePreviewRoot": "./public/preview/",
"supportingImagePreviewRootURL": "/preview/",
"supportedFileTypes": [
".png",
".PNG",
".jpg",
".JPG",
".jpeg",
".JPEG",
".gif",
".GIF"
],
"admins": ["deeks"],
"emailAdmins": ["deeks"],
"initials": []
}