From 9449f0e99bee3f86f9c616799e357243c175a4a2 Mon Sep 17 00:00:00 2001 From: YuehuCao Date: Thu, 7 Aug 2025 12:52:31 +0800 Subject: [PATCH] feat(config): add MongoDB connection configration --- sites/notification/deploy/alpha/.env | 3 ++- sites/notification/deploy/prod/.env | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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'