diff --git a/imgin/config.py b/imgin/config.py index 728fc41..44c86dc 100644 --- a/imgin/config.py +++ b/imgin/config.py @@ -1,3 +1,5 @@ IMAGE_CACHE = '/tmp/imgin-imgur-images/' SINGLE_IMAGE_DELETE_AFTER_SECS = 600 -template_dir = 'imgin/web/' \ No newline at end of file +template_dir = 'imgin/web/' +bind_ip = '0.0.0.0' +bind_port = '8080' \ No newline at end of file