diff options
author | zheng_wenlong <wenlong_zheng@nexty-ele.com> | 2018-12-05 12:55:20 +0900 |
---|---|---|
committer | zheng_wenlong <wenlong_zheng@nexty-ele.com> | 2018-12-05 12:55:20 +0900 |
commit | f69b546f6a82b90a34f11a12430024321f35aed6 (patch) | |
tree | 7d2abce0735263fa2b9209e3d4463e36601419db | |
parent | 2f2c31f27960ca0e141622e5fd8e6414e34489af (diff) |
change default mode to slave
-rw-r--r-- | src/config/connection.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config/connection.json b/src/config/connection.json index 3ee06c3..ff872c0 100644 --- a/src/config/connection.json +++ b/src/config/connection.json @@ -1,5 +1,5 @@ { - "mode": "master", - "master_ip": "10.4.1.78", + "mode": slave", + "master_ip": "192.168.200.21", "master_port": 54400 } |