diff --git a/sites/notification/deploy/alpha/.env b/sites/notification/deploy/alpha/.env index ab0d3d0..0569ab4 100755 --- a/sites/notification/deploy/alpha/.env +++ b/sites/notification/deploy/alpha/.env @@ -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 diff --git a/sites/notification/deploy/prod/.env b/sites/notification/deploy/prod/.env index c769b1e..99d94db 100755 --- a/sites/notification/deploy/prod/.env +++ b/sites/notification/deploy/prod/.env @@ -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'