更新 port_config.py

This commit is contained in:
2025-04-16 22:55:45 +08:00
parent c64400805e
commit 6ec6e0a381

View File

@@ -10,5 +10,5 @@ Author: Jeffrey Tsai
"""
# Server configuration
SERVER_HOST = "127.0.0.1" # Bind to localhost only
SERVER_HOST = "0.0.0.0" # Bind to all interfaces instead of just localhost
SERVER_PORT = 4550 # Use port 4550 as in the original configuration