1
- # Default docker-compose environment file; copy to .env and modify as necessary
1
+ # Default environment file; copy to .env and modify as necessary
2
+
3
+ # ##
4
+ # ## docker-compose environment variables
5
+ # ##
2
6
# `docker-compose` must be run in the same directory as this file
3
7
# https://docs.docker.com/compose/environment-variables/#the-env-file
4
8
# environmental variables for interpolation in docker-compose YAML files
@@ -11,28 +15,37 @@ COMPOSE_PROJECT_NAME=
11
15
# Port to expose to internet; use in SERVER_NAME (portal.env)
12
16
# EXTERNAL_PORT=
13
17
18
+ # Enable to use development overrides
19
+ # COMPOSE_FILE=docker-compose.yaml:docker-compose.dev.yaml
20
+
14
21
# Enable to use dynamic ingress overrides
15
22
# COMPOSE_FILE=docker-compose.yaml:docker-compose.traefik-ingress.yaml
16
23
17
24
# Enable to use static ingress overrides
18
25
COMPOSE_FILE = docker-compose.yaml:docker-compose.static-ingress.yaml
19
26
20
- # Fully qualified domain name; used to configure ingress
27
+ # Fully qualified domain name; used to configure traefik ingress
21
28
# SERVER_NAME=foo.cirg.uw.edu
22
29
23
- # Enable to use development overrides
24
- # COMPOSE_FILE=docker-compose.yaml:docker-compose.dev.yaml
30
+ # ##
31
+ # ## Client environment variables:
32
+ # ## Variables with VITE_ prefix will be available to the client
33
+ # ##
25
34
26
- VITE_EPIC_HIMSS_CLIENT_ID =
27
- VITE_ECW_HIMSS_CLIENT_ID =
35
+ # SMART on FHIR client id configurations
36
+ # Ensure that your development client is registered with the proper redirect uris
28
37
VITE_EPIC_CLIENT_ID =
29
38
VITE_CERNER_CLIENT_ID =
30
39
40
+ # HIMSS 2024 only:
41
+ # VITE_EPIC_HIMSS_CLIENT_ID=
42
+ # VITE_ECW_HIMSS_CLIENT_ID=
43
+
31
44
# SHL Server API endpoint url
32
45
VITE_API_BASE =
33
46
34
- # SHL Viewer url
35
- VITE_VIEWER_BASE =
47
+ # SHL Viewer url override
48
+ # VITE_VIEWER_BASE=
36
49
37
50
# FHIR Server endpoint url
38
51
VITE_INTERMEDIATE_FHIR_SERVER_BASE =
0 commit comments