-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpump.io.json
40 lines (40 loc) · 957 Bytes
/
pump.io.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
{
"driver": "redis",
"params": { "host": "redis" },
"hostname": "localhost",
"address": "0.0.0.0",
"port": 31337,
"urlPort": 31337,
"secret": "my dog has fleas",
"noweb": false,
"site": "pump.io by docker.io/smoebody/pump.io",
"owner": "Awesome Inc.",
"ownerURL": "http://example.com/",
"serverUser": "app",
"key": "/etc/ssl/private/key",
"cert": "/etc/ssl/certs/crt",
"uploaddir": "/app/uploads",
"debugClient": false,
"firehose": "ofirehose.com",
"spamhost": "",
"spamclientid": "",
"spamclientsecret": "",
"disableRegistration": false,
"noCDN": false,
"requireEmail": false,
"smtpserver": "",
"smtpport": 25,
"smtpuser": "",
"smtppass": "",
"smtpusetls": true,
"smtpusessl": false,
"smtptimeout": 30000,
"smtpfrom": "no-reply@localhost",
"compress": true,
"children": 1,
"clients": [],
"sockjs": true,
"cleanupSession": 1200000,
"cleanupNonce": 1200000,
"favicon": "public/images/favicon.ico"
}