summaryrefslogtreecommitdiffhomepage
path: root/whiteboard.conf
blob: 80ae17388db78a2013491031f5e1c5f9a69a7a4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<config>
 <!--
  datapath: location in filesystem to store whiteboard data
  Example: /var/lib/whiteboard
 -->
 <datapath>/var/lib/whiteboard</datapath>

 <!--
  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>
</config>