Configurable ip+port within config.py

This commit is contained in:
a9 2022-01-06 05:18:01 +00:00
parent 2970b2d3f7
commit 379563ee46
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
IMAGE_CACHE = '/tmp/imgin-imgur-images/'
SINGLE_IMAGE_DELETE_AFTER_SECS = 600
template_dir = 'imgin/web/'
template_dir = 'imgin/web/'
bind_ip = '0.0.0.0'
bind_port = '8080'