emqx_vars 813 B

123456789101112131415161718192021222324
  1. ######################################################################
  2. ## NOTE: Do NOT replace this file during release upgrade.
  3. ## Update the vars to the end of this file instead.
  4. ######################################################################
  5. ## constants from relx template
  6. REL_VSN="{{ release_version }}"
  7. ERTS_VSN="{{ erts_vsn }}"
  8. ERL_OPTS="{{ erl_opts }}"
  9. RUNNER_ROOT_DIR="{{ runner_root_dir }}"
  10. RUNNER_BIN_DIR="{{ runner_bin_dir }}"
  11. RUNNER_LOG_DIR="{{ runner_log_dir }}"
  12. RUNNER_LIB_DIR="{{ runner_lib_dir }}"
  13. RUNNER_ETC_DIR="{{ runner_etc_dir }}"
  14. RUNNER_DATA_DIR="{{ runner_data_dir }}"
  15. RUNNER_USER="{{ runner_user }}"
  16. EMQX_LICENSE_CONF=''
  17. export EMQX_DESCRIPTION='{{ emqx_description }}'
  18. ## computed vars
  19. REL_NAME="emqx"
  20. ERTS_PATH="$RUNNER_ROOT_DIR/erts-$ERTS_VSN/bin"
  21. ## updated vars here