更新 port_config.py

This commit is contained in:
2025-04-16 23:11:28 +08:00
parent c81de40a21
commit 3637180b71

View File

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