You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,7 +129,8 @@ Following are a list of modifiable paths:
129
129
| VITE_PUBLIC_KEYS |`http://localhost:3000/request-generator/.well-known/jwks.json`| The endpoint which contains the public keys for authentication with the REMS admin. Should be changed if the keys are moved elsewhere. |
130
130
| VITE_REALM |`ClientFhirServer`| The Keycloak realm to use. Only relevant is using Keycloak as an authentication server. This only affects direct logins like through the Patient Portal, not SMART launches like opening the app normally. |
131
131
| VITE_RESPONSE_EXPIRATION_DAYS |`30`| The number of days old a Questionnaire Response can be before it is ignored and filtered out. This ensures the patient search excludes outdated or obsolete prior sessions from creating clutter. |
132
-
| VITE_SERVER |`http://localhost:8090`| The default base URL of the CDS service. Typically this will be the base url of the REMS Admin. |
133
132
| 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. |
134
133
| VITE_URL |`http://localhost:3000`| The base url of this app. Should be modified if the port or domain change. |
135
-
| VITE_USER |`alice`| The default user to login as when opening the app. |
134
+
| VITE_USER |`alice`| The default user to login as when opening the app. |
135
+
| 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_INTERMEDIARY |`http://localhost:3030`| The base url of the intermediary. |
0 commit comments