emqx_vars 778 B

12345678910111213141516171819202122
  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_DISCR="{{ emqx_description }}"
  17. ## computed vars
  18. REL_NAME="emqx"
  19. ERTS_PATH="$RUNNER_ROOT_DIR/erts-$ERTS_VSN/bin"
  20. ## updated vars here