From 09b10170270c7bbc656ab4231090cf6d007bd41c Mon Sep 17 00:00:00 2001 From: YuehuCao Date: Tue, 19 Aug 2025 09:57:02 +0800 Subject: [PATCH] chore(alpha.env): Move alpha.env to tests, because this file is only used to verify local-to-alpha connectivity and should not live at the project root --- apps/notification/{ => tests}/alpha.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename apps/notification/{ => tests}/alpha.env (96%) diff --git a/apps/notification/alpha.env b/apps/notification/tests/alpha.env similarity index 96% rename from apps/notification/alpha.env rename to apps/notification/tests/alpha.env index c9d1683..5f2a539 100644 --- a/apps/notification/alpha.env +++ b/apps/notification/tests/alpha.env @@ -28,6 +28,6 @@ export RABBITMQ_PORT=5672 #export MONGODB_URI="mongodb://localhost:27017/" #export MONGODB_NAME="interview" export MONGODB_URI="mongodb+srv://jetli:8IHKx6dZK8BfugGp@freeleaps2.hanbj.mongodb.net/" -export MONGODB_NAME="freeleaps2" -export FREELEAPS_ENV=local +export MONGODB_NAME="interview" +export FREELEAPS_ENV=alpha export LOG_BASE_PATH=./log