imgin/imgin/config.py

4 lines
134 B
Python

IMAGE_CACHE = '/tmp/imgin-imgur-images/'
SINGLE_IMAGE_DELETE_AFTER_SECS = 60
ALBUM_DELETE_AFTER_SECS = 120
template_dir = 'imgin/web/'