aboutsummaryrefslogtreecommitdiffstats
path: root/config.py
blob: 8b53f8c1f7fb6680e5ed85db017bb503711bc0cc (plain)
1
2
3
4
5
6
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