summaryrefslogtreecommitdiff
path: root/src/biruda.conf
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2014-09-13 17:05:54 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2014-09-13 17:05:54 +0200
commit6627513d260e807f99fd02cc6571601d794437de (patch)
tree0a434b98f24af212671f952ee211a2382f223c2c /src/biruda.conf
downloadbiruda-6627513d260e807f99fd02cc6571601d794437de.tar.gz
biruda-6627513d260e807f99fd02cc6571601d794437de.tar.bz2
added command line and config parsing
Diffstat (limited to 'src/biruda.conf')
-rw-r--r--src/biruda.conf28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/biruda.conf b/src/biruda.conf
new file mode 100644
index 0000000..b5ec9d2
--- /dev/null
+++ b/src/biruda.conf
@@ -0,0 +1,28 @@
+# single-node configuration
+
+master
+{
+ control = "ipc:///tmp/biruda.ipc"
+}
+
+coordinator
+{
+ control = "ipc:///tmp/biruda.ipc"
+}
+
+worker worker1
+{
+ control = "ipc:///tmp/biruda.ipc"
+}
+
+worker worker2
+{
+ control = "ipc:///tmp/biruda.ipc"
+}
+
+webserver
+{
+ threads = 4
+ host = localhost
+ port = 8080
+}