Michael Pilosov 2 years ago
parent
commit
5f6c3c4a7b
  1. 2
      example_block/eden-server/server.py
  2. 2
      registry/s1.py

2
example_block/eden-server/server.py

@ -87,7 +87,7 @@ def get_ip_address():
# Update these with the correct values for your host and server # 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 HOST_SERVER_PORT = 4999
SERVER_NAME = "server_1" SERVER_NAME = "server_1"
SERVER_IP = get_ip_address() SERVER_IP = get_ip_address()

2
registry/s1.py

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

Loading…
Cancel
Save