Commit 066a35c5 authored by AlexStocks's avatar AlexStocks

update local config

parent 27efa3ed
...@@ -7,7 +7,8 @@ AppName = "ECHO-CLIENT" ...@@ -7,7 +7,8 @@ AppName = "ECHO-CLIENT"
LocalHost = "127.0.0.1" LocalHost = "127.0.0.1"
# server # server
ServerHost = "192.168.8.3" # ServerHost = "192.168.8.3"
ServerHost = "127.0.0.1"
ServerPort = 10000 ServerPort = 10000
ProfilePort = 10080 ProfilePort = 10080
......
...@@ -3,9 +3,9 @@ ...@@ -3,9 +3,9 @@
AppName = "ECHO-SERVER" AppName = "ECHO-SERVER"
# Host = "127.0.0.1" Host = "127.0.0.1"
# Host = "192.168.35.1" # Host = "192.168.35.1"
Host = "192.168.8.3" # Host = "192.168.8.3"
Ports = ["10000", "20000"] Ports = ["10000", "20000"]
ProfilePort = 10086 ProfilePort = 10086
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment