Skip to content

Commit

Permalink
azure deployment updates
Browse files Browse the repository at this point in the history
  • Loading branch information
arihant2math committed Nov 5, 2023
1 parent 01a0143 commit e6a9dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prod_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
def cmd(db, secret_key):
BaseConfig.SECRET_KEY = secret_key
BaseConfig.SQLALCHEMY_DATABASE_URI = db
create_app().run(debug=False, host="0.0.0.0", threaded=False)
create_app().run(debug=False, host="0.0.0.0", port=8000, threaded=False)


if __name__ == "__main__":
Expand Down

0 comments on commit e6a9dd4

Please sign in to comment.