From accc3295d6daacd70494ecd3a08033f505c29f66 Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期一, 20 一月 2020 11:15:27 +0800 Subject: [PATCH] replace sdkhelper with local common --- util/data.go | 7 ++----- 1 files changed, 2 insertions(+), 5 deletions(-) diff --git a/util/data.go b/util/data.go index 8034742..23844a0 100644 --- a/util/data.go +++ b/util/data.go @@ -3,7 +3,6 @@ // FetchServerInfo 浠巗qlite鐨勬湇鍔″櫒鑾峰彇SDK淇℃伅鐨勬湇鍔″櫒淇℃伅 type FetchServerInfo struct { IP string - HTTPort int HBPort int //蹇冭烦绔彛 DataPort int //鏁版嵁绔彛 } @@ -12,9 +11,8 @@ // FSI SDK淇℃伅鏈嶅姟鍣↖P/Port FSI = &FetchServerInfo{ IP: "127.0.0.1", - HTTPort: 8001, - HBPort: 40007, - DataPort: 50007, + HBPort: 5005, + DataPort: 4005, } // ToRuleIPC to ruleprocess @@ -42,7 +40,6 @@ ConfigPath = "config-path" FetchSrvIP = "fetch-server-ip" - FetchSrvPort = "fetch-server-port" FetchSrvHeartbeatPort = "fetch-server-heartbeat-port" FetchSrvDataPort = "fetch-server-data-port" -- Gitblit v1.8.0