aboutsummaryrefslogtreecommitdiffstats
path: root/config.py
diff options
context:
space:
mode:
authorVG <vg@devys.org>2014-11-29 18:23:29 +0100
committerVG <vg@devys.org>2014-11-29 18:23:29 +0100
commit394ad3a32cd37ec96641f63492cc5065c7210e17 (patch)
tree3db9b8a42c665dd4a1e7a6be739338a648819cda /config.py
parent900b8d1abe149645249c53e7befca7e8895f5bc8 (diff)
downloadpasteme-394ad3a32cd37ec96641f63492cc5065c7210e17.tar.gz
pasteme-394ad3a32cd37ec96641f63492cc5065c7210e17.tar.bz2
pasteme-394ad3a32cd37ec96641f63492cc5065c7210e17.zip
add cron script to purge old pastes
Diffstat (limited to 'config.py')
-rw-r--r--config.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.py b/config.py
index 4454890..8b53f8c 100644
--- a/config.py
+++ b/config.py
@@ -1,3 +1,7 @@
# configuration file of pastme service
+# the directory where the pastes are stored
pastedir = '/tmp/pastes'
+
+# how many days a paste remain stored
+timeout = 30