diff --git a/.env b/.env index 4fcdc31..2c78ad5 100644 --- a/.env +++ b/.env @@ -7,7 +7,11 @@ REACT_APP_APPSITE=" https://myfitapp.mermsemr.com" #REACT_APP_APPSITE="http://localhost:7012" -REACT_APP_AUX_ENDPOINT = "https://devapi.mermsemr.com/en/desktop/api/v2/myfit" -REACT_APP_USERS_ENDPOINT = "https://devapi.mermsemr.com/en/desktop/api/v2/myfituser" +REACT_APP_AUX_ENDPOINT = "http://10.20.30.32:9083/svs/user" +REACT_APP_USERS_ENDPOINT = "http://10.20.30.32:9083/svs/user" +#"https://devapi.mermsemr.com/en/desktop/api/v2/myfituser" -REACT_APP_SESSION_EXPIRE_MINUTES = 5 \ No newline at end of file +REACT_APP_SESSION_EXPIRE_MINUTES = 5 + +#apigate.lotus.g1.wrenchboard.com:76.209.103.227 +#apigate.orion.g1.wrenchboard.com:76.209.103.227 diff --git a/.gitignore b/.gitignore index 4d29575..40b3a5e 100644 --- a/.gitignore +++ b/.gitignore @@ -10,7 +10,8 @@ # production /build - +/.idea +/.vscode # misc .DS_Store .env.local diff --git a/.vscode/settings.json b/.vscode/settings.json index 83c1aa6..cae0529 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -8,7 +8,7 @@ }, "[javascriptreact]": { "editor.formatOnSave": true, - "editor.defaultFormatter": null + "editor.defaultFormatter": "esbenp.prettier-vscode" }, "javascript.validate.enable": false, //disable all built-in syntax checking "editor.codeActionsOnSave": { diff --git a/docker-compose.yml b/docker-compose.yml index fe1749d..cf98c6d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,12 +1,12 @@ version: '3' services: - user-myfit: + user-wrench: build: context: . dockerfile: docker/Dockerfile restart: unless-stopped ports: - - 7012:3000 + - 5010:3000 # - 3800:3011 # stdin_open: true working_dir: /usr/src/app diff --git a/public/index.html b/public/index.html index 5c9eeea..9d6644e 100644 --- a/public/index.html +++ b/public/index.html @@ -5,38 +5,21 @@ - - - - - - - -