-
Notifications
You must be signed in to change notification settings - Fork 3
/
env.sample
50 lines (44 loc) · 1.46 KB
/
env.sample
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
# --- Smile CDR FHIR Server Configuration ---
# Needed in properties, setup_dev_env.sh, bin/health-check.sh
FHIR_ENDPOINT=http://localhost:8000
FHIR_DIRECT_ENDPOINT=http://localhost:8000
# Needed in bin/seed_users.py
USER_MGMNT_ENDPOINT=http://localhost:9000/user-management
# Needed in properties file
PROPERTY_SOURCE=PROPERTIES
JVM_MAX_HEAP_SIZE=-Xmx8g
SEED_CONF_RESOURCES=false
REQUEST_VALIDATION=false
RESPECT_FWD_HEADERS=false
# --- Smile CDR FHIR DB ---
# Needed in docker-compose file, postgres/init_postgresdb.sh, and
# smilecdr/settings/master.properties
FHIR_DB_HOST=smilecdr_postgres
FHIR_DB_PORT=5432
FHIR_DB_NAME=cdr
FHIR_AUDIT_DB_NAME=audit
FHIR_DB_USERNAME=admin
FHIR_DB_PASSWORD=password
FHIR_APP_ADMIN=admin
FHIR_APP_ADMIN_PW=password
FHIR_TEST_USER_PW=iamSmile123
# --- Postgres super user ---
# Needed in docker-compose file
POSTGRES_ADMIN_USER=postgres
POSTGRES_ADMIN_PASSWORD=postgres
# --- Keycloak Configuration ---
# Local
KEYCLOAK_ISSUER=http://keycloak:8080/realms/fhir-dev
KEYCLOAK_CLIENT_ID=ingest-study-client
KEYCLOAK_CLIENT_SECRET=lkhZRex5E58JCjcnIKkLcT4t1Q9dw5OW
KEYCLOAK_READ_CLIENT_ID=fhir-superuser-read-client
KEYCLOAK_READ_CLIENT_SECRET=wIr36TnTjDga0dgoWznTU6C1firbaufr
# --- Flask test_app Configuration ---
# Needed in by web_app
FLASK_SERVER_PORT=8081
# --- Docker Hub ---
# Needed in bin/setup_dev_env.sh
# You must get these from the github repo admins:
# natasha@d3b.center or meenchulkim@d3b.center
# DOCKER_HUB_USERNAME=
# DOCKER_HUB_PW=