-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #64 from mcode/rems-556-connectathon-docs
Update docs for Jan 2024 Connectathon
- Loading branch information
Showing
4 changed files
with
37 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,14 @@ | ||
# Development URLS | ||
|
||
REACT_APP_REMS_ADMIN_SERVER_BASE = http://localhost:8090 | ||
REACT_APP_REMS_HOOKS_PATH = /cds-services/rems- | ||
REACT_APP_PHARMACY_SERVER_BASE = http://localhost:5051 | ||
REACT_APP_ETASU_STATUS_ENABLED = true | ||
REACT_APP_PHARMACY_STATUS_ENABLED = true | ||
REACT_APP_SEND_RX_ENABLED = true | ||
REACT_APP_SEND_FHIR_AUTH_ENABLED = false | ||
BROWSER=none | ||
GENERATE_SOURCEMAP=false | ||
PORT=4040 | ||
REACT_APP_CLIENT_SCOPES = launch openid profile user/Patient.read patient/Patient.read user/Practitioner.read | ||
REACT_APP_DEFAULT_CLIENT_ID = app-login | ||
REACT_APP_DEFAULT_ISS = http://localhost:8080/test-ehr/r4 | ||
REACT_APP_CLIENT_SCOPES = launch openid profile user/Patient.read patient/Patient.read user/Practitioner.read | ||
REACT_APP_DEVELOPER_MODE = true | ||
GENERATE_SOURCEMAP=false | ||
BROWSER=none | ||
|
||
# To Override start command: | ||
# REACT_APP_REMS_HOOKS_PATH=http://example.com PORT=6000 npm start | ||
# Note that .env values can only be accessed by react app starting with 'REACT_APP_' | ||
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 | ||
REACT_APP_SEND_RX_ENABLED = true |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.