-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
40 lines (40 loc) · 1003 Bytes
/
config.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
{
"debug_mode": true,
"log_path": "./log",
"html_path": "html",
"port": {
"ws": 9090,
"http": 9080,
"base": 43210,
"tcp": 1,
"unused": 0
},
"http_port": 9999,
"express_restful_port": 9998,
"tcp_port": 9997,
"udp_port": 9996,
"ws_port": 8980,
"test":"test",
"cloudcmd": {
"prefix": "/cloudcmd",
"auth" : true,
"username" : "admin",
"password" : "admin-pass",
"algo" : "sha512WithRSAEncryption",
"editor" : "edward",
"diff" : true,
"zip" : true,
"notifications" : false,
"localStorage" : true,
"buffer" : true,
"dirStorage" : true,
"minify" : false,
"online" : true,
"cache" : true,
"showKeysPanel" : true,
"ip" : null,
"port":9990,
"progress" : true,
"htmlDialogs" : false
}
}