Skip to content

Commit

Permalink
Remove env variable not used anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Ariel Virgulto committed Feb 15, 2024
1 parent a5607d9 commit ce119d3
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 @@ -11,4 +11,3 @@ 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
REACT_APP_SEND_RX_ENABLED = true
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ Following are a list of modifiable paths:
| REACT_APP_REMS_ADMIN_SERVER_BASE | `http://localhost:8090` |
| REACT_APP_REMS_HOOKS_PATH | `/cds-services/rems-` |
| REACT_APP_SEND_FHIR_AUTH_ENABLED | `false` |
| REACT_APP_SEND_RX_ENABLED | `true` |

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

Expand Down

0 comments on commit ce119d3

Please sign in to comment.