Synchrony nodes should use system JDK if configured to do so

This commit is contained in:
Lee Goolsbee
2020-08-12 17:35:53 -05:00
parent 1560571c08
commit 5e661521d2
2 changed files with 2 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ ATL_CONFLUENCE_SHARED_CONFIG_FILE="{{ atl_product_home_shared }}/confluence.cfg.
ATL_SYNCHRONY_JAR_PATH="{{ atl_product_installation_current }}/confluence/WEB-INF/packages/synchrony-standalone.jar"
AWS_EC2_PRIVATE_IP="{{ atl_local_ipv4 }}"
_RUNJAVA="{{ atl_product_installation_current }}/jre/bin/java"
_RUNJAVA="{{ atl_synchrony_java_binary }}"
SYNCHRONY_DATABASE_USERNAME="{{ atl_jdbc_user }}"
SYNCHRONY_DATABASE_PASSWORD="{{ atl_jdbc_password }}"