-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.env.dev
34 lines (34 loc) · 1.02 KB
/
.env.dev
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
# Config when running the app in standalone (outside a container)
SERVER_PORT=3000
LOG_LEVEL=info
FHIR_DATASTORE_HOST=localhost
FHIR_DATASTORE_PORT=3447
FHIR_DATASTORE_PROTOCOL=http
MEDIATOR_URN=urn:mediator:mpi-mediator
KAFKA_BROKERS=localhost:9092
KAFKA_BUNDLE_TOPIC=2xx
KAFKA_ASYNC_BUNDLE_TOPIC=2xx-async
KAFKA_ERROR_TOPIC=errors
MPI_KAFKA_CLIENT_ID=mpi-mediator
MODE=
MPI_HOST=localhost
MPI_PORT=8084
MPI_PROTOCOL=http
MPI_AUTH_ENABLED=true
MPI_CLIENT_ID=fiddler
MPI_CLIENT_SECRET=fiddler
MPI_KAFKA_CLIENT_ID=mpi-mediator
KAFKA_ERROR_TOPIC=errors
KAFKA_ASYNC_BUNDLE_TOPIC=2xx-async
KAFKA_BUNDLE_TOPIC=2xx
KAFKA_BROKERS=kafka:9092
FHIR_DATASTORE_PROTOCOL=http
FHIR_DATASTORE_PORT=8080
FHIR_DATASTORE_HOST=hapi-fhir
TRUST_SELF_SIGNED=true
OPENHIM_PASSWORD=instant101
OPENHIM_MEDIATOR_URL=https://localhost:8080
REGISTER_MEDIATOR=true
CUCUMBER_DEFAULT_TIMEOUT=20000
PATIENT_EVERYTHING_RESOURCES=Encounter,RelatedPerson,Condition,Observation,CarePlan,EpisodeOfCare,Composition,Specimen,ServiceRequest,Immunization