Skip to content

Commit f7531e6

Browse files
committed
change gunicorn server port to 3001
1 parent bdbbd8e commit f7531e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quantum_app_backend/gunicorn_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
# timeout = int(os.environ.get('GUNICORN_TIMEOUT', '120'))
1010

11-
bind = os.environ.get('GUNICORN_BIND', '0.0.0.0:8080')
11+
bind = os.environ.get('GUNICORN_BIND', '0.0.0.0:3001')
1212

1313

1414

0 commit comments

Comments
 (0)