forked from freeleaps/freeleaps-pub
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:
commit
689c1cece1
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user