dgiot/data/emqx_vars

22 lines
841 B
Plaintext
Raw Normal View History

2021-05-18 14:54:48 +08:00
######################################################################
## NOTE: Do NOT replace this file during release upgrade.
## Update the vars to the end of this file instead.
######################################################################
## constants from relx template
REL_VSN="{{ release_version }}"
ERTS_VSN="{{ erts_vsn }}"
ERL_OPTS="{{ erl_opts }}"
RUNNER_BIN_DIR="{{ runner_bin_dir }}"
RUNNER_LOG_DIR="{{ runner_log_dir }}"
RUNNER_LIB_DIR="{{ runner_lib_dir }}"
RUNNER_ETC_DIR="{{ runner_etc_dir }}"
RUNNER_DATA_DIR="{{ runner_data_dir }}"
RUNNER_USER="{{ runner_user }}"
2022-12-29 18:13:09 +08:00
EMQX_DESCRIPTION='{{ emqx_description }}'
2021-05-18 14:54:48 +08:00
2022-12-29 18:13:09 +08:00
## Warning: DO NOT create new variables using the above vars in this file,
## as the vars above can be overwritten by the relup scripts later, like:
## REL_VSN="new_version"
2021-05-18 14:54:48 +08:00
2022-12-29 18:13:09 +08:00
## overwritten vars here