-
Notifications
You must be signed in to change notification settings - Fork 9
/
stout-default.conf
50 lines (50 loc) · 1.34 KB
/
stout-default.conf
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
{
"version": 2,
"metrics": {
"type": "graphite",
"period": "10s",
"args": {
"prefix": "someprefix.{{hostname}}",
"addr": ":42000"
}
},
"logger": {
"level": "debug",
"output": "/dev/stderr"
},
"endpoints": ["0.0.0.0:29042"],
"debugserver": "127.0.0.1:9000",
"isolate": {
"docker": {
"type": "docker",
"args": {
"endpoint": "unix:///var/run/docker.sock",
"version": "v1.19",
"concurrency": 10,
"registryauth": {
"registry.images.net": "abcde"
}
}
},
"process": {
"type": "process",
"args": {
"spool": "/var/spool/cocaine",
"locator": "localhost:10053"
}
},
"porto": {
"type": "porto",
"args": {
"layers": "/var/tmp/layers",
"defaultresolv_conf": "default",
"containers": "/var/tmp/containers",
"journal": "/var/tmp/portojournal.jrnl",
"defaultulimits": "core: unlimited unlimited",
"registryauth": {
"registry.images.net": "OAuth token"
}
}
}
}
}