-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathcfg.example.json
More file actions
44 lines (44 loc) · 1.1 KB
/
cfg.example.json
File metadata and controls
44 lines (44 loc) · 1.1 KB
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
{
"debug": true,
"tarballDir": "./tarball",
"http": {
"enabled": true,
"listen": "0.0.0.0:2000"
},
"agents": [
{
"default": {
"name": "falcon-agent",
"version": "0.0.1",
"tarball": "http://11.11.11.11:8888/falcon",
"md5": "",
"cmd": "start"
},
"others": [
{
"prefix": "lg-falcon",
"version": "1.0.0",
"tarball": "",
"md5": "",
"cmd": ""
},
{
"prefix": "lg-dinp",
"version": "1.0.1",
"tarball": "",
"md5": "",
"cmd": ""
}
]
},
{
"default": {
"name": "dinp-agent",
"version": "0.0.1",
"tarball": "http://11.11.11.11:8888/dinp",
"md5": "",
"cmd": "start"
}
}
]
}