From 6299160e81f30543c2e0bf34a6cb4525c1295204 Mon Sep 17 00:00:00 2001 From: BinarySandia04 Date: Sat, 13 Jun 2026 12:39:58 +0200 Subject: [PATCH] Backend address change --- backend/.env.production | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/.env.production b/backend/.env.production index 9f4a66c..e749afb 100644 --- a/backend/.env.production +++ b/backend/.env.production @@ -1,3 +1,3 @@ PORT=5000 -DB_URI=mongodb://10.1.1.7:27017/ -NODE_ENV=production \ No newline at end of file +DB_URI=mongodb://192.168.1.7:27017/ +NODE_ENV=production