From f4aa27065aa732bf8e5e6fc027975ec17c4c0a41 Mon Sep 17 00:00:00 2001 From: anlicheng <244108715@qq.com> Date: Fri, 12 Jan 2024 22:43:08 +0800 Subject: [PATCH] fix --- config/sys-prod.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/sys-prod.config b/config/sys-prod.config index 74e992b..43abf60 100644 --- a/config/sys-prod.config +++ b/config/sys-prod.config @@ -53,8 +53,8 @@ {redis_pool, [{size, 10}, {max_overflow, 20}, {worker_module, eredis}], [ - {host, "172.19.0.7"}, - {port, 6379}, + {host, "172.30.6.175"}, + {port, 26379}, {database, 1} ] }