summaryrefslogtreecommitdiff
path: root/src/biruda.conf
blob: ac98a9ff929eb0c4b98e648de00fe06d8bbf96eb (plain)
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
# single-node configuration

master
{
#	control = "ipc:///tmp/biruda.ipc"
#	control = "inproc://control"
	control = "tcp://*:5555"
}

coordinator
{
#	control = "ipc:///tmp/biruda.ipc"
#	control = "inproc://control"
	control = "tcp://localhost:5555"
}

worker worker1
{
#	control = "ipc:///tmp/biruda.ipc"
#	control = "inproc://control"
	control = "tcp://localhost:5555"
	execution = direct
	command = "workertest"
}

worker worker2
{
#	control = "ipc:///tmp/biruda.ipc"
#	control = "inproc://control"
	control = "tcp://localhost:5555"
}

webserver
{
	threads = 4
	host = localhost
	port = 8080
}