Skip to content

Commit

Permalink
Provide defaults for OpenMRS properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruhanga committed Feb 6, 2025
1 parent 221eb98 commit 5c725d5
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ oauth.client.scope=${OAUTH_CLIENT_SCOPE:}
# *********************** Configuration of the OpenMRS Web App *********************************************************
#
# OpenMRS user credentials
openmrs.username=${OPENMRS_SERVER_USER}
openmrs.password=${OPENMRS_SERVER_PASSWORD}
openmrs.username=${OPENMRS_SERVER_USER:}
openmrs.password=${OPENMRS_SERVER_PASSWORD:}

# OpenMRS base url
openmrs.baseUrl=${OPENMRS_SERVER_URL}
openmrs.baseUrl=${OPENMRS_SERVER_URL:}

# The results encounter type for all patient result observations.
results.encounterType.uuid=${OPENMRS_RESULTS_ENCOUNTER_TYPE_UUID}
Expand Down

0 comments on commit 5c725d5

Please sign in to comment.