From 4ef031a03ffbd527976c9221e1c18b970aacbecd Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Wed, 20 Nov 2024 12:39:46 -0500 Subject: [PATCH] tesmpoary reomved --- .env.development | 26 ++++++++++---------------- run.sh | 3 +-- 2 files changed, 11 insertions(+), 18 deletions(-) diff --git a/.env.development b/.env.development index 85c6cee..96c14b6 100644 --- a/.env.development +++ b/.env.development @@ -9,15 +9,15 @@ REACT_APP_APPSITE="https://myfitapp.mermsemr.com" # REACT_APP_AUX_ENDPOINT="http://10.20.30.32:9083/svs/user" # REACT_APP_USERS_ENDPOINT="http://10.20.30.32:9083/svs/user" -#REACT_APP_AUX_ENDPOINT="https://apigate.orion.g1.wrenchboard.com/svs/user" -#REACT_APP_USERS_ENDPOINT="https://apigate.orion.g1.wrenchboard.com/svs/user" +# REACT_APP_AUX_ENDPOINT="https://apigate.lotus.g1.wrenchboard.com/svs/user" +# REACT_APP_USERS_ENDPOINT="https://apigate.lotus.g1.wrenchboard.com/svs/user" -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_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_ENDPOINT_KEY="WRENCH-BOARD-2024" #SOCKETS ENDS -REACT_APP_PRIMARY_SOCKET="https://socket.wrenchboard.com" +REACT_APP_PRIMARY_SOCKET="https://socket-dev.wrenchboard.com" #"https://devapi.mermsemr.com/en/desktop/api/v2/myfituser" @@ -35,20 +35,13 @@ REACT_APP_RESET_START_ERROR_TIMEOUT=3000 #NUMBER OF ITEMS PER PAGE REACT_APP_ITEM_PER_PAGE=5 -#apigate.orion.g1.wrenchboard.com:76.209.103.227 +#apigate.lotus.g1.wrenchboard.com:76.209.103.227 #apigate.orion.g1.wrenchboard.com:76.209.103.227 REACT_APP_GOOGLE_CLIENT_ID=817021856543-ad9nsjgdpsu2s2jrl63j3ihrv7lbf6ma.apps.googleusercontent.com REACT_APP_GOOGLE_CLIENT_SECRET=aozK_2G8UjaCmLgPPkv9abIm REACT_APP_GOOGLE_CLIENT_SCOPE="https://www.googleapis.com/auth/plus.login https://www.googleapis.com/auth/userinfo.email https://www.googleapis.com/auth/userinfo.profile" -REACT_APP_GOOGLE_REDIRECT_URL=https://users.wrenchboard.com/login/auth/ - -REACT_APP_FACEBOOK_CLIENT_ID2=390204307987009 -REACT_APP_FACEBOOK_CLIENT_SECRET2=19f778e312f2ab96d147bacb612910c2 -REACT_APP_FACEBOOK_CLIENT_SCOPE="email,public_profile" -REACT_APP_FACEBOOK_REDIRECT_URL="https://users.wrenchboard.com/login/auth/flogin" - -DISABLE_ESLINT_PLUGIN=true +REACT_APP_GOOGLE_REDIRECT_URL=http://localhost:9082/login/auth/ #File Handling REACT_APP_MAX_FILE_SIZE=1048576 @@ -56,6 +49,7 @@ REACT_APP_MAX_VIDEO_FILE_SIZE=31457280 REACT_APP_TOTAL_NUM_FILE=4 REACT_APP_LOGOUT_TEXT="Sign Out" + REACT_APP_APPLE_SOCIAL_LOGIN=0 REACT_APP_LINKEDIN_SOCIAL_LOGIN=0 @@ -94,7 +88,7 @@ REACT_APP_SHOW_ACCOUNT_DASH=1 REACT_APP_SHOW_SLIDER_BANNERS=0 # FOR MEDIA LINK -REACT_APP_MEDIA_LINK='https://media.wrenchboard.com' +REACT_APP_MEDIA_LINK='https://dev-media.wrenchboard.com' # FOR FAMILY GAME LINK REACT_APP_FAM_GAME_LINK='https://games.wrenchboard.com' @@ -103,4 +97,4 @@ REACT_APP_FAM_GAME_LINK='https://games.wrenchboard.com' REACT_APP_CUSTOMTIMER=90 #SHOW OR HIDE MY PAGE LINK ROUTE -REACT_APP_SHOW_USER_PAGE=0 \ No newline at end of file +REACT_APP_SHOW_USER_PAGE=1 \ No newline at end of file diff --git a/run.sh b/run.sh index 394d64c..35de5f6 100755 --- a/run.sh +++ b/run.sh @@ -13,8 +13,7 @@ else # build the app and serve it via nginx echo "Production build" npm install --legacy-peer-deps - #npm run build - npm start + npm run build nginx -g 'daemon off;' -c /usr/src/app/nginx.conf nginx -c /usr/src/app/nginx.conf fi