mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-06-11 03:59:20 +08:00
etcd conf
This commit is contained in:
parent
5d54225f9d
commit
de90205b66
@ -161,7 +161,7 @@ func RegisterConf() {
|
||||
if err != nil {
|
||||
panic(err.Error())
|
||||
}
|
||||
fmt.Println("start register", secretMD5)
|
||||
fmt.Println("start register", secretMD5, GetPrefix(config.Config.Etcd.EtcdSchema, config.ConfName)
|
||||
registerConf(GetPrefix(config.Config.Etcd.EtcdSchema, config.ConfName), string(confBytes))
|
||||
fmt.Println("etcd register conf ok")
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user