From f584e5c440a3f3139ce357cdb4c71d99368e943d Mon Sep 17 00:00:00 2001 From: icecheng Date: Mon, 7 Jul 2025 12:23:44 +0800 Subject: [PATCH] fix(devbox):fix the problem that when the chat service is launched locally, it connects to the cloud database. --- devbox/cli/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devbox/cli/docker-compose.yaml b/devbox/cli/docker-compose.yaml index 3547bd5..c020cc5 100644 --- a/devbox/cli/docker-compose.yaml +++ b/devbox/cli/docker-compose.yaml @@ -341,7 +341,7 @@ services: - CERT_PATH=/app/certs - EMAIL_FROM=freeleaps@freeleaps.com - MONGODB_NAME=freeleaps2 - - MONGODB_URI=mongodb+srv://jetli:8IHKx6dZK8BfugGp@freeleaps2.hanbj.mongodb.net/ + - MONGODB_URI=mongodb://freeleaps2-mongodb:27017/ - SITE_URL_ROOT=http://localhost - JWT_SECRET_KEY=8f87ca8c3c9c3df09a9c78e0adb0927855568f6072d9efc892534aee35f5867b - JWT_ALGORITHM=HS256