diff options
Diffstat (limited to 'whiteboard.conf')
-rw-r--r-- | whiteboard.conf | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/whiteboard.conf b/whiteboard.conf index d269e46..80ae173 100644 --- a/whiteboard.conf +++ b/whiteboard.conf @@ -1,3 +1,14 @@ <config> - <datapath>/home/ernie/code/whiteboard/data</datapath> + <!-- + 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> |