diff --git a/.env.production b/.env.production index f537d78..5ea1bc6 100644 --- a/.env.production +++ b/.env.production @@ -1,7 +1,7 @@ ESLINT_NO_DEV_ERRORS=true -REACT_APP_AUX_ENDPOINT="https://apigate.lotus.g1.wrenchboard.com/en/wrench/api/v1" -REACT_APP_USERS_ENDPOINT="https://apigate.lotus.g1.wrenchboard.com/en/wrench/api/v1" +REACT_APP_AUX_ENDPOINT="https://apigate.orion.g1.wrenchboard.com/en/wrench/api/v1" +REACT_APP_USERS_ENDPOINT="https://apigate.orion.g1.wrenchboard.com/en/wrench/api/v1" REACT_APP_SITE_NAME='WrenchBoard' REACT_APP_DASH_URL='https://users.wrenchboard.com'