summaryrefslogtreecommitdiffhomepage
path: root/whiteboard.conf
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2023-03-03 16:55:33 +0100
committerRoland Reichwein <mail@reichwein.it>2023-03-03 16:55:33 +0100
commit96476044387e98ee1ee7a6eb992b521bd447813c (patch)
treecaffaaef53a0afeafb5b68c460b42e98e72044c4 /whiteboard.conf
parentc9fa963e71258c5adfb71cf1996cd1bcb33df0bb (diff)
Renamed whiteboard to webchatHEADmaster
Diffstat (limited to 'whiteboard.conf')
-rw-r--r--whiteboard.conf34
1 files changed, 0 insertions, 34 deletions
diff --git a/whiteboard.conf b/whiteboard.conf
deleted file mode 100644
index 4622db9..0000000
--- a/whiteboard.conf
+++ /dev/null
@@ -1,34 +0,0 @@
-<config>
- <!--
- datapath: location in filesystem to store whiteboard data
- Example: /var/lib/whiteboard
- -->
- <datapath>/var/lib/whiteboard</datapath>
-
- <!--
- port: socket to listen on for websocket
- Example: ::1:8765
- -->
- <port>::1:9014</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>
-
- <!--
- Maximum number of total concurrent websocket connections. Above this limit,
- new connections will be rejected until old ones are closed.
- Example: 500
- Default: 1000
- -->
- <maxconnections>500</maxconnections>
-</config>