Skip to content

Commit

Permalink
OZ-573: Export KEYCLOAK_BINARIES_PATH (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
VaishSiddharth authored Jan 7, 2025
1 parent afdb0e1 commit 10bcd3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ KEYCLOAK_DB_SCHEMA=keycloak
KEYCLOAK_USER=admin
KEYCLOAK_PASSWORD=password
KEYCLOAK_INTERNAL_HOST_URL=http://keycloak:8080
KEYCLOAK_BINARIES_PATH=

#
# Common EIP clients config
Expand Down
2 changes: 2 additions & 0 deletions scripts/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ function exportPaths () {
export ERPNEXT_CONFIG_PATH=$DISTRO_PATH/configs/erpnext/initializer_config/
export ERPNEXT_SCRIPTS_PATH=$DISTRO_PATH/binaries/erpnext/scripts/
export KEYCLOAK_CONFIG_PATH=$DISTRO_PATH/configs/keycloak
export KEYCLOAK_BINARIES_PATH=$DISTRO_PATH/binaries/keycloak

echo "→ OPENMRS_CONFIG_PATH=$OPENMRS_CONFIG_PATH"
echo "→ OPENMRS_PROPERTIES_PATH=$OPENMRS_PROPERTIES_PATH"
Expand All @@ -60,6 +61,7 @@ function exportPaths () {
echo "→ ERPNEXT_CONFIG_PATH=$ERPNEXT_CONFIG_PATH"
echo "→ ERPNEXT_SCRIPTS_PATH=$ERPNEXT_SCRIPTS_PATH"
echo "→ KEYCLOAK_CONFIG_PATH=$KEYCLOAK_CONFIG_PATH"
echo "→ KEYCLOAK_BINARIES_PATH=$KEYCLOAK_BINARIES_PATH"

}

Expand Down

0 comments on commit 10bcd3a

Please sign in to comment.