Skip to content

Commit

Permalink
Updated port for Azure App Service
Browse files Browse the repository at this point in the history
  • Loading branch information
WavesOnly committed Sep 17, 2024
1 parent 06e7647 commit ada67e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ __pycache__/
backend/*.pyc
backend/__pycache__
backend/.coverage
*.DS_STORE
2 changes: 1 addition & 1 deletion backend/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
app = create_app(environment="production")

if __name__ == "__main__":
app.run(host="0.0.0.0", port=7140)
app.run(host="0.0.0.0", port=8000)

0 comments on commit ada67e0

Please sign in to comment.