adjusted port in config.py
This commit is contained in:
parent
9611103b27
commit
e60b6843f3
1 changed files with 1 additions and 1 deletions
|
|
@ -1,2 +1,2 @@
|
|||
bind = "0.0.0.0:8080"
|
||||
bind = "0.0.0.0:8000"
|
||||
workers = 1 # Keep 1 worker due to in-memory-only architecture
|
||||
|
|
|
|||
Loading…
Reference in a new issue