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