初始提交

This commit is contained in:
huangzhenpc
2025-03-05 10:42:37 +08:00
parent 14c7e6d7f9
commit ce5785c481
9 changed files with 545 additions and 0 deletions

7
app/config.py Normal file
View File

@@ -0,0 +1,7 @@
class Config:
# Redis 连接配置
# 优先使用 1Panel Redis 内部连接
REDIS_URL = "redis://localhost:6379/0"
# 备用配置:如果内部连接不通,可以使用以下外部连接配置
# REDIS_URL = "redis://localhost:6380/0"