vars-bin.config 719 B

1234567891011121314151617181920212223
  1. %% -*- mode: erlang;erlang-indent-level: 4;indent-tabs-mode: nil -*-
  2. %% ex: ft=erlang ts=4 sw=4 et
  3. %% Platform-specific installation paths
  4. {platform_bin_dir, "bin"}.
  5. {platform_data_dir, "data"}.
  6. {platform_etc_dir, "etc"}.
  7. {platform_lib_dir, "lib"}.
  8. {platform_log_dir, "log"}.
  9. {platform_plugins_dir, "plugins"}.
  10. %%
  11. %% bin/emqx
  12. %%
  13. {runner_root_dir, "$(cd $(dirname $(readlink $0 || echo $0))/..; pwd -P)"}.
  14. {runner_bin_dir, "$RUNNER_ROOT_DIR/bin"}.
  15. {runner_etc_dir, "$RUNNER_ROOT_DIR/etc"}.
  16. {runner_lib_dir, "$RUNNER_ROOT_DIR/lib"}.
  17. {runner_log_dir, "$RUNNER_ROOT_DIR/log"}.
  18. {runner_data_dir, "$RUNNER_ROOT_DIR/data"}.
  19. {pipe_dir, "/tmp/$RUNNER_SCRIPT/"}.
  20. {runner_user, ""}.