summaryrefslogtreecommitdiffhomepage
path: root/whiteboard.conf
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2022-11-26 12:59:28 +0100
committerRoland Reichwein <mail@reichwein.it>2022-11-26 12:59:28 +0100
commit7619dc0bef58d00c816b6628e457a85845b9edee (patch)
treef572b4dd639e0b4b4c0215e1cb1facb299ca0523 /whiteboard.conf
parentf116c9146e53d885840ed957204d60d81fd858bd (diff)
Cleanup via cron/systemd
Diffstat (limited to 'whiteboard.conf')
-rw-r--r--whiteboard.conf13
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>