test
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
class Config:
|
class Config:
|
||||||
# 使用 1Panel Redis 内部连接
|
# 使用 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"
|
REDIS_URL = "redis://localhost:6380/0"
|
||||||
Reference in New Issue
Block a user