summaryrefslogtreecommitdiffhomepage
path: root/whiteboard.conf
diff options
context:
space:
mode:
Diffstat (limited to 'whiteboard.conf')
-rw-r--r--whiteboard.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/whiteboard.conf b/whiteboard.conf
index 80ae173..126bef5 100644
--- a/whiteboard.conf
+++ b/whiteboard.conf
@@ -6,9 +6,21 @@
<datapath>/var/lib/whiteboard</datapath>
<!--
+ port: socket to listen on for websocket
+ Example: ::1:8765
+ -->
+ <port>::1:8765</port>
+
+ <!--
Maximum age of individual whiteboard pages in seconds.
Older pages will be removed by whiteboard-cleanup and crond.
Example: 2592000 (~30 days)
-->
<maxage>2592000</maxage>
+
+ <!--
+ Number of threads to use
+ Example: 4
+ -->
+ <threads>4</threads>
</config>