Configurable ip+port within config.py
This commit is contained in:
parent
2970b2d3f7
commit
379563ee46
@ -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'
|
Loading…
Reference in New Issue
Block a user