fix(devbox):fix the problem that when the chat service is launched locally, it connects to the cloud database.

This commit is contained in:
icecheng 2025-07-07 12:23:44 +08:00
parent 5fcdde1ce7
commit f584e5c440

View File

@ -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