更新 port_config.py
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user