Merge pull request 'fix(devbox):fix the problem that when the chat service is launched locally, it connects to the cloud database.' (#8) from ice-local into master

Reviewed-on: freeleaps/freeleaps-pub#8
This commit is contained in:
jingyao1991 2025-07-07 04:35:05 +00:00
commit 689c1cece1

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