Skip to content

Commit

Permalink
OZ-742: Fixed Bahmni Reports
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruhanga committed Dec 6, 2024
1 parent 22ec4dd commit 2031644
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose-bahmniemr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ services:
TZ: ${TIMEZONE}
OPENMRS_DB_HOST: ${OPENMRS_DB_HOST:?}
OPENMRS_DB_NAME: ${OPENMRS_DB_NAME:?}
OPENMRS_DB_USERNAME: ${OPENMRS_DB_USER:?}
OPENMRS_DB_PASSWORD: ${OPENMRS_DB_PASSWORD:?}
OPENMRS_DB_USERNAME: root
OPENMRS_DB_PASSWORD: ${MYSQL_ROOT_PASSWORD:?}
OPENMRS_HOST: ${OPENMRS_HOST:?}
OPENMRS_PORT: ${OPENMRS_PORT:?}
REPORTS_DB_SERVER: reportsdb
Expand Down

0 comments on commit 2031644

Please sign in to comment.