Skip to content

Commit

Permalink
Fix ODOO_USER and ODOO_PASSWORD values (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
enyachoke authored Mar 3, 2025
1 parent 86240e5 commit e2ff690
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/docker-compose-override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ services:
env-substitution:
environment:
- ODOO_HOST=http://odoo
- ODOO_USER=${ODOO_DB_USER}
- ODOO_PASSWORD=${ODOO_DB_PASSWORD}
- ODOO_USER=${ODOO_USER}
- ODOO_PASSWORD=${ODOO_PASSWORD}
- ODOO_DB=${ODOO_DATABASE}

eip-odoo-openmrs:
Expand Down

0 comments on commit e2ff690

Please # to comment.