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'