diff options
author | Roland Reichwein <mail@reichwein.it> | 2023-01-21 19:05:43 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2023-01-21 19:05:43 +0100 |
commit | c464265f60ddd367786b08f5d49cd7a6d650b7d6 (patch) | |
tree | d2c747cc041a92d38ac1d25eb47fc7e398d5af7b /whiteboard.conf | |
parent | 3d0592e9238a59df54b3e3b757a38fa2e7f0ccfb (diff) |
First websocket connection
Diffstat (limited to 'whiteboard.conf')
-rw-r--r-- | whiteboard.conf | 12 |
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> |