Skip to content

Commit

Permalink
BS-178 | Set OpenMRS connection properties to defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
daviemukungi committed Aug 24, 2023
1 parent 1474a39 commit 630fbd7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ reports.password=${REPORTS_DB_PASSWORD}
openmrs.service.rootUrl=http://${OPENMRS_HOST}:${OPENMRS_PORT}/openmrs/ws/rest/v1
openmrs.service.user=reports-user
openmrs.service.password=Admin123
openmrs.connectionTimeoutInMilliseconds=600000
openmrs.replyTimeoutInMilliseconds=600000
openmrs.connectionTimeoutInMilliseconds=30000
openmrs.replyTimeoutInMilliseconds=120000
macrotemplates.temp.directory=/tmp/
openerp.url=jdbc:postgresql://${ODOO_DB_SERVER}:5432/odoo
openerp.username= ${ODOO_DB_USERNAME}
Expand Down

0 comments on commit 630fbd7

Please sign in to comment.