mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-03 02:42:19 +08:00
fix: fix the component param pass error
This commit is contained in:
parent
16dbf33b60
commit
59717e38ce
@ -34,7 +34,7 @@ func mockInitCfg() error {
|
||||
}
|
||||
|
||||
func TestRedis(t *testing.T) {
|
||||
conf, err := initCfg(defaultCfgPath)
|
||||
conf, err := initCfg()
|
||||
conf.Redis.Address = []string{
|
||||
"172.16.8.142:7000",
|
||||
//"172.16.8.142:7000", "172.16.8.142:7001", "172.16.8.142:7002", "172.16.8.142:7003", "172.16.8.142:7004", "172.16.8.142:7005",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user