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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,6 +118,8 @@ Following are a list of modifiable paths:
118
118
| WHITELIST |`http://localhost, http://localhost:3005`| List of valid URLs for CORS. Should include any URLs the server accesses for resources. |
119
119
| SERVER_NAME |`CodeX REMS Administrator Prototype`| Name of the server that is returned in the card source. |
120
120
| FULL_RESOURCE_IN_APP_CONTEXT | 'false' | If true, the entire order resource will be included in the appContext, otherwise only a reference will be. |
121
+
| DOCKERED_EHR_CONTAINER_NAME | '' | String of the EHR container name for local docker networking communication |
122
+
121
123
| FRONTEND_PORT |`9080`| Port that the frontend server should run on, change if there are conflicts with port usage. |
122
124
| VITE_REALM |`ClientFhirServer`| Keycloak realm for frontend authentication. |
123
125
| VITE_AUTH |`http://localhost:8180`| Keycloak authentication server URL for frontend. |
0 commit comments