feat: add commit HASH to extra v2

This commit is contained in:
liruichen 2023-09-08 10:35:18 +08:00
parent 8a3b9214ae
commit 7b77b355de

View File

@ -45,7 +45,7 @@ var (
token string token string
id string id string
cond = sync.NewCond(&sync.Mutex{}) cond = sync.NewCond(&sync.Mutex{})
register_extra = os.Getenv("GOC_REGISTER_EXTRA") register_extra = ""
) )
func init() { func init() {
@ -116,6 +116,7 @@ func register (host string) {
continue continue
} }
register_extra = os.Getenv("ECHO_APP_ID") + {{.CommitID}}
// 注册,直接将元信息放在 ws 地址中 // 注册,直接将元信息放在 ws 地址中
v := url.Values{} v := url.Values{}
v.Set("hostname", ps.hostname) v.Set("hostname", ps.hostname)