aboutsummaryrefslogtreecommitdiffstats
path: root/config.py
diff options
context:
space:
mode:
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