From 451816864172a4f8cdf88bdede693c379a7a6f49 Mon Sep 17 00:00:00 2001 From: huangzhenpc Date: Wed, 26 Feb 2025 18:52:05 +0800 Subject: [PATCH] test --- app/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/config.py b/app/config.py index 5764a08..76a5b44 100644 --- a/app/config.py +++ b/app/config.py @@ -1,5 +1,5 @@ class Config: # 使用 1Panel Redis 内部连接 - REDIS_URL = "redis://1Panel-redis-r3Pz:6379/0" + # REDIS_URL = "redis://1Panel-redis-r3Pz:6379/0" # 如果内部连接不通,可以尝试使用外部连接 - # REDIS_URL = "redis://rnpanel.586vip.cn:6379/0" \ No newline at end of file + REDIS_URL = "redis://rnpanel.586vip.cn:6379/0" \ No newline at end of file