Skip to content

Commit

Permalink
BAH-3376 | Introduce environment variable for Odoo DB name (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohan-13 authored Nov 30, 2023
1 parent 8574eed commit 9305b59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ openmrs.service.password=Admin123
openmrs.connectionTimeoutInMilliseconds=30000
openmrs.replyTimeoutInMilliseconds=120000
macrotemplates.temp.directory=/tmp/
openerp.url=jdbc:postgresql://${ODOO_DB_SERVER}:5432/odoo
openerp.url=jdbc:postgresql://${ODOO_DB_SERVER}:5432/${ODOO_DB_NAME}
openerp.username= ${ODOO_DB_USERNAME}
openerp.password=${ODOO_DB_PASSWORD}
bahmnireports.db.url=jdbc:mysql://${REPORTS_DB_SERVER}:3306/${REPORTS_DB_NAME}?allowMultiQueries=true
Expand Down

0 comments on commit 9305b59

Please sign in to comment.