This commit is contained in:
chowyu08
2017-08-25 21:40:44 +08:00
parent 80e118728d
commit f6ef684406

View File

@@ -20,7 +20,7 @@ $ go run main.go
"cluster": {
"host": "0.0.0.0",
"port": "1993",
"routers": ["192.168.10.11:1993","192.168.10.12:1993"]
"routers": ["10.10.0.11:1993","10.10.0.12:1993"]
}
}
~~~