[feat]:[FL-xxx][Redis 密码认证] 补充 deploy/pro-deploy/.env 的 REDIS_PASSWORD 变量,修复误删的 MINIO_API_PORT

This commit is contained in:
chengkai3
2026-06-28 19:08:40 +08:00
parent 08ba3e19d3
commit b80ad69545
3 changed files with 8 additions and 1 deletions
+1
View File
@@ -10,6 +10,7 @@ MINIO_MC_IMAGE=minio/mc:latest
POSTGRES_PORT=5434
REDIS_PORT=6379
REDIS_PASSWORD=change...n
MINIO_API_PORT=9000
MINIO_CONSOLE_PORT=9001
API_PORT=8000