Skip to content

Commit

Permalink
OZ-573: Remove redundant ODOO_PUBLIC_URL + ENABLE_SSO defaults to empty
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliouzbett committed Nov 4, 2024
1 parent e8baaf8 commit 9d2dbae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ SERVER_SCHEME=https
HOST_URL=http://172.17.0.1
TIMEZONE=UTC
GITPOD_ENV=false
ENABLE_SSO=true
ENABLE_SSO=
#
# OpenMRS
#
Expand Down
1 change: 0 additions & 1 deletion docker-compose-odoo-sso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ services:

env-substitution:
environment:
- ODOO_PUBLIC_URL=${SERVER_SCHEME}://${ODOO_HOSTNAME}
- ODOO_CLIENT_SECRET=${ODOO_CLIENT_SECRET}
- ODOO_CLIENT_UUID=${ODOO_CLIENT_UUID}

0 comments on commit 9d2dbae

Please sign in to comment.