From c187d106cf996b48c71491db7752e16b4f2132a1 Mon Sep 17 00:00:00 2001 From: AKW <2497744746@qq.com> Date: Fri, 22 Dec 2023 17:49:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0corpid=E5=92=8Cuserid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yzk_wechat_event/settings/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yzk_wechat_event/settings/base.py b/yzk_wechat_event/settings/base.py index 2184314..a850c3e 100644 --- a/yzk_wechat_event/settings/base.py +++ b/yzk_wechat_event/settings/base.py @@ -123,7 +123,7 @@ DATABASES = { REDIS_HOST = '172.20.229.199' REDIS_PORT = 6379 REDIS_PASSWORD = 'hzmgkj888888' -REDIS_URI = f'redis://:{REDIS_PASSWORD}{REDIS_HOST}:{REDIS_PORT}' +REDIS_URI = f'redis://:{REDIS_PASSWORD}@{REDIS_HOST}:{REDIS_PORT}' # 缓存配置 CACHES = {