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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,6 +116,7 @@ Following are a list of modifiable paths:
116
116
| VITE_CDS_SERVICE |`http://localhost:8090/cds-services`| The base URL of the CDS Service. This will typically be the REMS Admin. |
117
117
| VITE_CLIENT |`app-login`| The default client to use for the SMART launch. Can be modified directly when launching the app. |
118
118
| VITE_CLIENT_SCOPES |`launch offline_access openid profile user/Patient.read patient/Patient.read user/Practitioner.read`| The default scopes to use for the SMART launch. Can be modified directly when launching the app. |
119
+
| VITE_USE_DEFAULT_USER |`false`| When true, override the logged in user with the default user. |
119
120
| VITE_DEFAULT_USER |`pra1234`| The default user to log in as when SMART launching. It should be the FHIR id of a practitioner resource. |
120
121
| VITE_EHR_BASE |`http://localhost:8080/test-ehr/r4`| The default base url for the EHR. Can be modified directly when launching the app. |
121
122
| VITE_EHR_SERVER |`http://localhost:8080/test-ehr/r4`| The default base url for the EHR FHIR Server. Generally, this should be the same as the EHR_BASE. |
0 commit comments