From 80d0f0b3269547a9753f3e415ddb8ca0f12962b8 Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Thu, 20 Mar 2025 19:10:50 +0100 Subject: [PATCH] updated endpoint url in prod env --- .env.production | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.production b/.env.production index ad9204e..ad38cae 100644 --- a/.env.production +++ b/.env.production @@ -1,8 +1,8 @@ APP_PORT=9081 ESLINT_NO_DEV_ERRORS=true -NEXT_PUBLIC_AUX_ENDPOINT="https://apigate.lotus.g1.wrenchboard.com/en/wrench/api/v1" -NEXT_PUBLIC_USERS_ENDPOINT="https://apigate.lotus.g1.wrenchboard.com/en/wrench/api/v1" +NEXT_PUBLIC_AUX_ENDPOINT="https://apigate.nebula.g1.wrenchboard.com/en/wrench/api/v1" +NEXT_PUBLIC_USERS_ENDPOINT="https://apigate.nebula.g1.wrenchboard.com/en/wrench/api/v1" NEXT_PUBLIC_SITE_NAME='WrenchBoard' NEXT_PUBLIC_DASH_URL='https://users.wrenchboard.com'