From 31812c706db26ee34612fa773a7823e717d43e9f Mon Sep 17 00:00:00 2001 From: "mula.liu" Date: Tue, 2 Dec 2025 23:14:01 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E8=B7=A8=E8=B6=8A=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.production b/.env.production index 073aad6..82e9264 100644 --- a/.env.production +++ b/.env.production @@ -5,14 +5,14 @@ # ====================== DATABASE_NAME=cosmo_db DATABASE_USER=postgres -DATABASE_PASSWORD=your_secure_password_here +DATABASE_PASSWORD=cosmo DATABASE_POOL_SIZE=20 DATABASE_MAX_OVERFLOW=10 # ====================== # Redis Configuration # ====================== -REDIS_PASSWORD= +REDIS_PASSWORD=cosmo REDIS_MAX_CONNECTIONS=50 # ======================