From 274c0b98e3d64741259db4b97a17fcdba600f58e Mon Sep 17 00:00:00 2001 From: Bangara Raju Kottedi Date: Fri, 30 Jan 2026 02:47:50 +0530 Subject: [PATCH] Update MongoDB connection URI and backend port in environment configuration --- .env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index f6e21c4..001403e 100644 --- a/.env +++ b/.env @@ -1,8 +1,8 @@ # MongoDB connection for backend -CONNECTION_URI=mongodb://admin:adminpassword@192.168.0.197:27017/ludo?authSource=admin&replicaSet=rs0 +CONNECTION_URI=mongodb://admin:adminpassword@192.168.0.197:27018/ludo?authSource=admin&replicaSet=rs0 # Backend port -PORT=8080 +PORT=3000 # Environment NODE_ENV=development \ No newline at end of file