From c23093abe186800223a80b6de5398c1cd5648871 Mon Sep 17 00:00:00 2001 From: Joyce Quach Date: Tue, 6 Feb 2024 16:25:19 -0500 Subject: [PATCH] Update environment variables docs --- EnvironmentVariables.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/EnvironmentVariables.md b/EnvironmentVariables.md index 8302380..e7f0ac3 100644 --- a/EnvironmentVariables.md +++ b/EnvironmentVariables.md @@ -119,6 +119,7 @@ - `ALLOWED_ORIGIN` - `AUTH_SOURCE` - `BACKEND_PORT` + - `EHR_RXFILL_URL` - `HTTPS_CERT_PATH` - `HTTPS_KEY_PATH` - `MONGO_PASSWORD` @@ -247,6 +248,7 @@ - `USE_HTTPS` - backend/src/routes/doctorOrders.js - `REMS_ADMIN_BASE` + - `EHR_RXFILL_URL` - frontend/src/App.tsx - `REACT_APP_PIMS_BACKEND_PORT` - `REACT_APP_PIMS_BACKEND_URL`