Skip to content

Commit

Permalink
HSC-152: Provide missing EIP client auth env variables (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
enyachoke authored Feb 27, 2023
1 parent 5cd10f9 commit e7416a1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,15 @@ OPENMRS_REPORTS_PASSWORD=Admin123
EIP_DB_NAME=openmrs_eip_mngt
EIP_DB_USER=eip_user
EIP_DB_PASSWORD=password
OAUTH_CLIENT_SECRET=_demo_sample_key_to_be_replaced_
OAUTH_ACCESS_TOKEN_URI=none
OAUTH_ENABLED=false
OAUTH_CLIENT_ID=none
RESULTS_ENCOUNTER_TYPE_UUID=
CONCEPT_COMPLEX_UUID=
OPENMRS_IDENTIFIER_TYPE_UUD=
DB_EVENT_DESTINATIONS=direct:odoo-event-listener
CREATE_CUSTOMER_IF_NOT_EXIST=false

# Binaries:

Expand Down Expand Up @@ -94,3 +103,4 @@ TIMEZONE=UTC

# Backup volume
BACKUP_PATH=

9 changes: 9 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,15 @@ services:
- EIP_DB_PASSWORD=${EIP_DB_PASSWORD}
- EIP_DB_HOST=mysql
- EIP_DB_PORT=3306
- OAUTH_CLIENT_SECRET=${OAUTH_CLIENT_SECRET}
- OAUTH_ACCESS_TOKEN_URI=${OAUTH_ACCESS_TOKEN_URI}
- OAUTH_ENABLED=${OAUTH_ENABLED}
- OAUTH_CLIENT_ID=${OAUTH_CLIENT_ID}
- RESULTS_ENCOUNTER_TYPE_UUID=${RESULTS_ENCOUNTER_TYPE_UUID}
- CONCEPT_COMPLEX_UUID=${CONCEPT_COMPLEX_UUID}
- OPENMRS_IDENTIFIER_TYPE_UUD=${OPENMRS_IDENTIFIER_TYPE_UUD}
- DB_EVENT_DESTINATIONS=${DB_EVENT_DESTINATIONS}
- CREATE_CUSTOMER_IF_NOT_EXIST=${CREATE_CUSTOMER_IF_NOT_EXIST}
networks:
bahmni:
aliases:
Expand Down

0 comments on commit e7416a1

Please sign in to comment.