change web port
This commit is contained in:
@@ -59,7 +59,7 @@ def index():
|
||||
|
||||
if __name__ == "__main__":
|
||||
if APP_ENV == "dev":
|
||||
app.run(debug=True, host="0.0.0.0", port=5000)
|
||||
app.run(debug=True, host="0.0.0.0", port=5005)
|
||||
else:
|
||||
from waitress import serve
|
||||
serve(app, host="0.0.0.0", port=5000)
|
||||
serve(app, host="0.0.0.0", port=5005)
|
||||
|
||||
Reference in New Issue
Block a user