summaryrefslogtreecommitdiffhomepage
path: root/whiteboard.conf
blob: 055e7ba59bcef4a02ed67e21e128ddbbc7c31b51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<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>
</config>