diff --git a/main.py b/main.py index 51dae39..2cadee0 100644 --- a/main.py +++ b/main.py @@ -96,4 +96,4 @@ def logout(): def unauthorized_handler(): return redirect("/login") -app.run(debug=True) \ No newline at end of file +app.run(debug=True, port=os.environ.get("PORT"), host=os.environ.get("HOST", "0.0.0.0")) \ No newline at end of file