-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathdefault.env
104 lines (77 loc) · 2.5 KB
/
default.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
# Default environment file; copy to .env and modify as necessary
###
### docker-compose environment variables
###
# `docker-compose` must be run in the same directory as this file
# https://docs.docker.com/compose/environment-variables/#the-env-file
# environmental variables for interpolation in docker-compose YAML files
# https://docs.docker.com/compose/reference/envvars/#compose_project_name
# Containers started with the below value will have their names prefixed with it
# Choose something unique to the docker host, eg ${INSTANCE_ID}-dev-${USER}
COMPOSE_PROJECT_NAME=
# Port to expose to internet; use in SERVER_NAME (portal.env)
# EXTERNAL_PORT=
# Enable to use development overrides
# COMPOSE_FILE=docker-compose.yaml:docker-compose.dev.yaml
# Enable to use dynamic ingress overrides
# COMPOSE_FILE=docker-compose.yaml:docker-compose.traefik-ingress.yaml
# Enable to use static ingress overrides
COMPOSE_FILE=docker-compose.yaml:docker-compose.static-ingress.yaml
# Fully qualified domain name; used to configure traefik ingress
# SERVER_NAME=foo.cirg.uw.edu
VITE_VERSION_STRING=
# Debug option for non-prod deployments using /build output
# (Works best in Chrome)
# DEBUG=1
# Adds demo tab to IPS viewer
# VITE_SHOW_VIEWER_DEMO=1
###
### Client environment variables:
### Variables with VITE_ prefix will be available to the client
###
# Auth environment variables for user oidc idp
#VITE_AUTH_URL=
#VITE_AUTH_CLIENT_ID=
#VITE_AUTH_REDIRECT_URI=
#VITE_AUTH_SILENT_REDIRECT_URI=
#VITE_AUTH_POST_LOGOUT_URI=
# API Key for NIO Autocoder API
AUTOCODER_API_KEY=
# SMART on FHIR client id configurations:
# Ensure that your development client is registered with the proper redirect uris
#EHRs
VITE_EPIC_CLIENT_ID=
VITE_CERNER_CLIENT_ID=
#Insurance
REDIRECT_URI=
# CARIN BB
#VITE_ACENTRA_CLIENT_ID=
#ACENTRA_CLIENT_SECRET=
#ACENTRA_TOKEN_ENDPOINT=
#VITE_AETNA_CLIENT_ID=
#AETNA_CLIENT_SECRET=
#AETNA_TOKEN_ENDPOINT=
#VITE_CAREFIRST_CLIENT_ID=
#CAREFIRST_CLIENT_SECRET=
#CAREFIRST_TOKEN_ENDPOINT=
#VITE_HUMANA_CLIENT_ID=
#HUMANA_CLIENT_SECRET=
#HUMANA_TOKEN_ENDPOINT=
# 01-2025 CARIN BB connectathon hosts
#VITE_CPCDS_CLIENT_ID=
#CPCDS_CLIENT_SECRET=
#CPCDS_TOKEN_ENDPOINT=
#VITE_INFERNO_CLIENT_ID=
#INFERNO_CLIENT_SECRET=
#INFERNO_TOKEN_ENDPOINT=
# SOF for HIMSS 2024 only:
#VITE_EPIC_HIMSS_CLIENT_ID=
#VITE_ECW_HIMSS_CLIENT_ID=
# Bearer auth tokens
#VITE_MEDITECH_BEARER_TOKEN=
# SHL Server API endpoint url
VITE_API_BASE=
# SHL Viewer url override
#VITE_VIEWER_BASE=
# FHIR Server endpoint url
VITE_INTERMEDIATE_FHIR_SERVER_BASE=