aboutsummaryrefslogtreecommitdiffstats
path: root/conf/workers.conf
blob: b6cae0e560d612b0fe30957a5e747c5812d33646 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Common workers configuration

worker {
    type = "normal";
    bind_socket = "*:11333";
    http = false;
    allow_learn = true;
    mime = true;
}
worker {
    type = "controller";
    bind_socket = "localhost:11334";
    count = 1;
}
worker {
    type = "webui";
    count = 1;
    bind_socket = "localhost:11336";
    password = "q1";
}