Skip to content

Commit f2f37f2

Browse files
committed
update settings config
1 parent f704a8c commit f2f37f2

5 files changed

Lines changed: 24 additions & 325 deletions

File tree

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ VITE_URL = http://localhost:3000
2525
VITE_USER = alice
2626
VITE_HOOK_TO_SEND = patient-view
2727
VITE_URL_FILTER = http://localhost:3000/*
28-
VITE_USE_INTERMEDIARY = false
28+
VITE_USE_PRESCRIBER_INTERMEDIARY = false
2929
VITE_USE_PHARMACY_IN_PREFETCH = true
3030
VITE_INTERMEDIARY = http://localhost:3003
3131
VITE_DISABLE_MEDICATION_STATUS = false

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Following are a list of modifiable paths:
133133
| VITE_SMART_LAUNCH_URL | `http://localhost:4040/` | The base url of the SMART app. This is used for opening the app directly, rather than doing an EHR SMART launch. |
134134
| VITE_URL | `http://localhost:3000` | The base url of this app. Should be modified if the port or domain change. |
135135
| VITE_USER | `alice` | The default user to login as when opening the app. |
136-
| VITE_USE_INTERMEDIARY | false | When true, the app will send all CDS Hooks and REMS ETASU check calls to the intermediary defined in VITE_INTERMEDIARY. |
136+
| VITE_USE_PRESCRIBER_INTERMEDIARY | false | When true, the app will send all CDS Hooks and REMS ETASU check calls to the intermediary defined in VITE_INTERMEDIARY. |
137137
| VITE_INTERMEDIARY | `http:/localhost:3030` | The base url of the intermediary. |
138138
| VITE_USE_PHARMACY_IN_PREFETCH | true | When true, the app will send pharmacy information to the rems admin in the CDS Hooks prefetch |
139139
| VITE_PHARMACY_ID | `pharm0111` | The pharmacy ID to use in the CDS Hooks Prefetch |

package-lock.json

Lines changed: 0 additions & 321 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)