feat(config): add MongoDB connection configration

This commit is contained in:
YuehuCao 2025-08-07 12:52:31 +08:00
parent 58d085a4c6
commit 9449f0e99b
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,4 @@
export RABBITMQ_PORT=5672
export FREELEAPS_ENV=alpha
export MONGODB_URI='mongodb+srv://jetli:8IHKx6dZK8BfugGp@freeleaps2.hanbj.mongodb.net/'
export MONGODB_NAME=freeleaps2

View File

@ -1,2 +1,3 @@
export RABBITMQ_PORT=5672
export FREELEAPS_ENV=prod
export MONGODB_URI='mongodb+srv://freeadmin:0eMV0bt8oyaknA0m@freeleaps2.zmsmpos.mongodb.net/?retryWrites=true&w=majority'