Skip to content

Commit

Permalink
setting env values for the authentication module
Browse files Browse the repository at this point in the history
  • Loading branch information
gitcliff committed Jul 29, 2024
1 parent 52b88b2 commit 69b7298
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion distro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<authentication.version>1.0.0</authentication.version>
<openmrs.version>2.6.7</openmrs.version>
<initializer.version>2.7.0</initializer.version>
<webservices.rest.version>2.44.0</webservices.rest.version>
<webservices.rest.version>2.45.0-SNAPSHOT</webservices.rest.version>
<addresshierarchy.version>2.17.0</addresshierarchy.version>
<idgen.version>4.10.0</idgen.version>
<legacyui.version>1.16.0</legacyui.version>
Expand Down
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ services:
OMRS_CONFIG_CONNECTION_DATABASE: openmrs
OMRS_CONFIG_CONNECTION_USERNAME: ${OPENMRS_DB_USER:-openmrs}
OMRS_CONFIG_CONNECTION_PASSWORD: ${OPENMRS_DB_PASSWORD:-openmrs}
OMRS_EXTRA_AUTHENTICATION_SUPPORT_FORCED_PASSWORD_CHANGE: "true"
OMRS_EXTRA_AUTHENTICATION_PASSWORD_CHANGE_URL: /openmrs/spa/change-password
OMRS_EXTRA_AUTHENTICATION_PASSWORD_WHITELIST: "*.js,*.css,*.woff,*.woff2,*.json,/openmrs/ws/rest/v1/session,/openmrs/ws/rest/v1/password"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8080/openmrs"]
timeout: 5s
Expand Down

0 comments on commit 69b7298

Please sign in to comment.