adjusted port in config.py

This commit is contained in:
Ben Miller 2026-05-12 18:51:49 -05:00
parent 9611103b27
commit e60b6843f3

View file

@ -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 workers = 1 # Keep 1 worker due to in-memory-only architecture