summaryrefslogtreecommitdiff
path: root/src/biruda.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/biruda.conf')
-rw-r--r--src/biruda.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/biruda.conf b/src/biruda.conf
index df78a0f..51da929 100644
--- a/src/biruda.conf
+++ b/src/biruda.conf
@@ -27,3 +27,10 @@ worker worker2
# control = "inproc://control"
control = "tcp://localhost:5555"
}
+
+webserver
+{
+ threads = 4
+ host = localhost
+ port = 8080
+}