Changed host parameters for webpage

This commit is contained in:
2026-01-28 12:41:58 -05:00
parent d960f6aa15
commit b5a4d84368
3 changed files with 22 additions and 7 deletions

View File

@@ -20,6 +20,8 @@ ASSIGNMENT_TIMEOUT=60
ASSIGNMENT_REMINDER=45
CHAIN_TIMER_THRESHOLD=5
# Server Configuration (optional)
# HOST=0.0.0.0
# PORT=8000
# Server Configuration
# HOST: Set to 0.0.0.0 to allow external connections, or 127.0.0.1 for localhost only
HOST=127.0.0.1
# PORT: Port to run the application on
PORT=8000