解决跨越问题

main
mula.liu 2025-12-02 23:14:01 +08:00
parent e0cfa1ef33
commit 31812c706d
1 changed files with 2 additions and 2 deletions

View File

@ -5,14 +5,14 @@
# ====================== # ======================
DATABASE_NAME=cosmo_db DATABASE_NAME=cosmo_db
DATABASE_USER=postgres DATABASE_USER=postgres
DATABASE_PASSWORD=your_secure_password_here DATABASE_PASSWORD=cosmo
DATABASE_POOL_SIZE=20 DATABASE_POOL_SIZE=20
DATABASE_MAX_OVERFLOW=10 DATABASE_MAX_OVERFLOW=10
# ====================== # ======================
# Redis Configuration # Redis Configuration
# ====================== # ======================
REDIS_PASSWORD= REDIS_PASSWORD=cosmo
REDIS_MAX_CONNECTIONS=50 REDIS_MAX_CONNECTIONS=50
# ====================== # ======================