-
Notifications
You must be signed in to change notification settings - Fork 1
/
config-example.json
39 lines (39 loc) · 1.15 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
{
"disableCart": false,
"port": "3000",
"secret": "cats",
"dbName": "synbioshop",
"defaultUserIcon": "/img/default_icon.jpg",
"uploadRoot": "public/uploads",
"uploadRootURL": "/uploads",
"pricePerUnit": "1",
"isPricingAvailable": true,
"imageTypesAllowed": ["png", "jpg", "jpeg", "gif"],
"tmpDir": "/tmp",
"csvDir": "./mnt/synbio/brady_printing/",
"baseURL": "http://127.0.0.1:3000",
"ldap": {
"url": "ldap://my-dc-controller:389",
"bindDn": "ldap",
"bindCredentials": "pass",
"searchBase": "OU=user,dc=mydc,dc=co,dc=uk",
"searchFilter": "(sAMAccountName={{username}})"
},
"lookupBudget": {
"url": "http://hello.com/costcentres/",
"headers": {
"authorization": "Basic ZwefoewifjwefFjioef2hlcjM1",
"cookie_note": "This is liable to break or change at any time until more robust coding put in place.",
"cookie": "username=hello; ADFOSDIFJDOTTT=FJEWOIFJEOIFOJBPENANH"
}
},
"email": {
"host": "mail.example.org",
"port": "25",
"from": "TSL SynBio ◉ <synbio@example.org>",
"emailDomain": "@example.org"
},
"admins": ["deeks"],
"emailAdmins": ["deeks"],
"devMode": false
}