From 2c8a3459e49ce2d95653e8ec0a50e2399ece1f2a Mon Sep 17 00:00:00 2001 From: Yashwin Date: Thu, 22 Jan 2026 17:20:57 +0530 Subject: [PATCH] Update .env to set the API base URL for production environment, replacing the local development URL. --- .env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index ec8b053..75d31ae 100644 --- a/.env +++ b/.env @@ -1,2 +1,2 @@ -VITE_API_BASE_URL=http://localhost:3000/api/v1 -# VITE_API_BASE_URL=https://backendqaasure.tech4bizsolutions.com/api/v1 +# VITE_API_BASE_URL=http://localhost:3000/api/v1 +VITE_API_BASE_URL=https://backendqaasure.tech4bizsolutions.com/api/v1