diff --git a/EndToEndSetupGuide.md b/EndToEndSetupGuide.md index 885965c..67a6d4c 100644 --- a/EndToEndSetupGuide.md +++ b/EndToEndSetupGuide.md @@ -62,11 +62,11 @@ Follow this guide if you would like to start each application locally **without* ## Install nvm (Node Version Manager) -- Using nvm makes switching Node versions easier. Install [nvm](https://github.com/nvm-sh/nvm) since request-generator fails to run without node 14 compared to the other repos. +- Using [nvm](https://github.com/nvm-sh/nvm) makes switching Node versions easier, especially when working with projects that use other Node versions on your system. ```bash nvm install 20 # example of a default version - nvm install 14 # another option + nvm install 21 # another option ``` ## Utilities diff --git a/EnvironmentVariables.md b/EnvironmentVariables.md index 77bf1ab..61930c1 100644 --- a/EnvironmentVariables.md +++ b/EnvironmentVariables.md @@ -24,7 +24,6 @@ - `MONGO_INITDB_ROOT_USERNAME` - `MONGO_INITDB_ROOT_PASSWORD` - pims - - `REMS_ADMIN_FHIR_URL` - `MONGO_URL` - mcode/rems-admin @@ -121,7 +120,6 @@ - `MONGO_PASSWORD` - `MONGO_URL` - `MONGO_USERNAME` - - `REMS_ADMIN_FHIR_URL` - `USE_HTTPS` - frontend/.env - `PORT` @@ -240,8 +238,9 @@ - `MONGO_USERNAME` - `USE_HTTPS` - backend/src/routes/doctorOrders.js - - `REMS_ADMIN_FHIR_URL` - `EHR_RXFILL_URL` + - backend/src/database/data.js + - `REMS_ADMIN_FHIR_URL` - frontend/src/App.tsx - `REACT_APP_PIMS_BACKEND_PORT` - `REACT_APP_PIMS_BACKEND_URL`