Commit ea78c135 authored by hujiebin's avatar hujiebin

Update group.go

parent 4aa954d5
...@@ -14,7 +14,7 @@ import ( ...@@ -14,7 +14,7 @@ import (
const ( const (
defaultGroupConsulName = "hiloGroup" defaultGroupConsulName = "hiloGroup"
defaultGroupServerScheme = "http" defaultGroupServerScheme = "http"
defaultGroupServerAddr = "127.0.0.1:9050" // 默认内网转发,本地回环 defaultGroupServerAddr = "127.0.0.1:9060" // 默认内网转发,本地回环
) )
var groupServerHost = []string{defaultGroupServerAddr} var groupServerHost = []string{defaultGroupServerAddr}
......
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