forked from rstrouse/nodejs-poolController-dashPanel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
defaultConfig.json
58 lines (58 loc) · 1.23 KB
/
defaultConfig.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"web": {
"servers": {
"http2": { "enabled": false },
"http": {
"enabled": true,
"ip": "0.0.0.0",
"port": 5150,
"httpsRedirect": false,
"authentication": "none",
"authFile": "/users.htpasswd"
},
"https": {
"enabled": false,
"ip": "0.0.0.0",
"port": 5151,
"authentication": "none",
"authFile": "/users.htpasswd",
"sslKeyFile": "/ssl/privkey.pem",
"sslCertFile": "/ssl/cert.pem"
},
"mdns": { "enabled": false },
"sspd": { "enabled": false },
"services": {}
},
"services": {
"protocol": "http://",
"ip": "127.0.0.1",
"port": 4200,
"useProxy": false,
"options": {},
"socket": {
"protocol": "ws://",
"upgrade": false,
"allowEIO3": true,
"reconnectionDelay": 2000,
"reconnection": true,
"reconnectionDelayMax": 20000
}
},
"socket": {
"sendLogMessages": false
}
},
"dashboard": { "startPage": "index.html" },
"log": {
"app": {
"enabled": true,
"level": "info"
}
},
"uploads": {
"logFile": {
"path": "uploads/"
}
},
"appVersion": "1.0.0"
}