feat(config): add MongoDB connection configration
This commit is contained in:
parent
58d085a4c6
commit
9449f0e99b
@ -1,3 +1,4 @@
|
|||||||
export RABBITMQ_PORT=5672
|
export RABBITMQ_PORT=5672
|
||||||
export FREELEAPS_ENV=alpha
|
export FREELEAPS_ENV=alpha
|
||||||
|
export MONGODB_URI='mongodb+srv://jetli:8IHKx6dZK8BfugGp@freeleaps2.hanbj.mongodb.net/'
|
||||||
|
export MONGODB_NAME=freeleaps2
|
||||||
|
|||||||
@ -1,2 +1,3 @@
|
|||||||
export RABBITMQ_PORT=5672
|
export RABBITMQ_PORT=5672
|
||||||
export FREELEAPS_ENV=prod
|
export FREELEAPS_ENV=prod
|
||||||
|
export MONGODB_URI='mongodb+srv://freeadmin:0eMV0bt8oyaknA0m@freeleaps2.zmsmpos.mongodb.net/?retryWrites=true&w=majority'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user