mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-02 18:34:29 +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) {
|
func TestRedis(t *testing.T) {
|
||||||
conf, err := initCfg(defaultCfgPath)
|
conf, err := initCfg()
|
||||||
conf.Redis.Address = []string{
|
conf.Redis.Address = []string{
|
||||||
"172.16.8.142:7000",
|
"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",
|
//"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