diff --git a/pillar/manage.py b/pillar/manage.py index 8e46c7b3..ffcf89d0 100755 --- a/pillar/manage.py +++ b/pillar/manage.py @@ -43,7 +43,9 @@ def runserver(): if not os.path.exists(app.config['STORAGE_DIR']): os.makedirs(app.config['STORAGE_DIR']) - app.run() + app.run(host=app.config['HOST'], + port=app.config['PORT'], + debug=app.config['DEBUG']) def post_item(entry, data):