Skip to content

Commit

Permalink
Remove unused env var
Browse files Browse the repository at this point in the history
  • Loading branch information
jtquach1 committed May 20, 2024
1 parent 0092ff9 commit 0ed34cf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ REACT_APP_ETASU_STATUS_ENABLED = true
REACT_APP_PHARMACY_SERVER_BASE = http://localhost:5051
REACT_APP_PHARMACY_STATUS_ENABLED = true
REACT_APP_REMS_ADMIN_SERVER_BASE = http://localhost:8090
REACT_APP_REMS_HOOKS_PATH = /cds-services/rems-
REACT_APP_SEND_FHIR_AUTH_ENABLED = false
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ Following are a list of modifiable paths:
| REACT_APP_PHARMACY_SERVER_BASE | `http://localhost:5051` |
| REACT_APP_PHARMACY_STATUS_ENABLED | `true` |
| REACT_APP_REMS_ADMIN_SERVER_BASE | `http://localhost:8090` |
| REACT_APP_REMS_HOOKS_PATH | `/cds-services/rems-` |
| REACT_APP_SEND_FHIR_AUTH_ENABLED | `false` |

_Note that .env values can only be accessed by the React app starting with `REACT_APP_`\_
Expand Down

0 comments on commit 0ed34cf

Please sign in to comment.