This commit is contained in:
Michael Pilosov 2023-03-19 02:30:05 -06:00
parent c55ce23d76
commit 5f6c3c4a7b
2 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,7 @@ def get_ip_address():
# Update these with the correct values for your host and server
HOST_SERVER_IP = "0.0.0.0"
HOST_SERVER_IP = "192.168.1.113"
HOST_SERVER_PORT = 4999
SERVER_NAME = "server_1"
SERVER_IP = get_ip_address()

View File

@ -1,7 +1,7 @@
import signal
import socketio
SERVER_0_IP = "localhost"
SERVER_0_IP = "192.168.1.113"
SERVER_0_PORT = 4999
SERVER_1_PORT = 5001
SERVER_1_NAME = "server_1"