summaryrefslogtreecommitdiff
path: root/src/biruda.conf
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2014-09-14 09:24:10 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2014-09-14 09:24:10 +0200
commit12b41ea402aef5b932eb0ba2c123ecd94b48f44f (patch)
tree7397930967105dd55cb10f05e61dcc1cb7a8fe04 /src/biruda.conf
parent5257e805a9499229af234180a9d68104a563cf80 (diff)
downloadbiruda-12b41ea402aef5b932eb0ba2c123ecd94b48f44f.tar.gz
biruda-12b41ea402aef5b932eb0ba2c123ecd94b48f44f.tar.bz2
got a primitive discovery test running
Diffstat (limited to 'src/biruda.conf')
-rw-r--r--src/biruda.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/biruda.conf b/src/biruda.conf
index b5ec9d2..6b22e7d 100644
--- a/src/biruda.conf
+++ b/src/biruda.conf
@@ -3,21 +3,29 @@
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"
}
worker worker2
{
control = "ipc:///tmp/biruda.ipc"
+# control = "inproc://control"
+# control = "tcp://localhost:5555"
}
webserver