4 lines
138 B
Python
4 lines
138 B
Python
|
IMAGE_CACHE = '/tmp/imgmine-imgur-images/'
|
||
|
SINGLE_IMAGE_DELETE_AFTER_SECS = 60
|
||
|
ALBUM_DELETE_AFTER_SECS = 120
|
||
|
template_dir = 'imgmine/web/'
|