emqx_vars 841 B

12345678910111213141516171819202122232425
  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. IS_ELIXIR="{{ is_elixir }}"
  17. EMQX_LICENSE_CONF=''
  18. export EMQX_DESCRIPTION='{{ emqx_description }}'
  19. ## computed vars
  20. REL_NAME="emqx"
  21. ERTS_PATH="$RUNNER_ROOT_DIR/erts-$ERTS_VSN/bin"
  22. ## updated vars here