From a244efc515bb8d3c0855b99eca01bad9279d85ff Mon Sep 17 00:00:00 2001 From: icey-yu <1186114839@qq.com> Date: Tue, 11 Jun 2024 16:35:40 +0800 Subject: [PATCH] fix:redis host --- config/redis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/redis.yml b/config/redis.yml index 404d18953..87abed0e1 100644 --- a/config/redis.yml +++ b/config/redis.yml @@ -1,4 +1,4 @@ -address: [ 172.16.8.48:16379 ] +address: [ localhost:16379 ] username: '' password: openIM123 clusterMode: false