2015-10-15 15:27:10 +00:00
|
|
|
%% -*- mode: erlang;erlang-indent-level: 4;indent-tabs-mode: nil -*-
|
|
|
|
%% ex: ft=erlang ts=4 sw=4 et
|
|
|
|
|
2016-02-23 08:30:30 +00:00
|
|
|
%% NOTE: When modifying this file, also keep its near cousin
|
|
|
|
%% config file rel/vars/dev_vars.config.src in sync!
|
|
|
|
|
2015-10-15 15:27:10 +00:00
|
|
|
%% Platform-specific installation paths
|
|
|
|
{platform_bin_dir, "./bin"}.
|
|
|
|
{platform_data_dir, "./data"}.
|
|
|
|
{platform_etc_dir, "./etc"}.
|
|
|
|
{platform_lib_dir, "./lib"}.
|
|
|
|
{platform_log_dir, "./log"}.
|
|
|
|
|
|
|
|
%%
|
|
|
|
%% etc/app.config
|
|
|
|
%%
|
|
|
|
{sasl_error_log, "{{platform_log_dir}}/sasl-error.log"}.
|
|
|
|
{sasl_log_dir, "{{platform_log_dir}}/sasl"}.
|
|
|
|
|
|
|
|
%% lager
|
|
|
|
{console_log_default, file}.
|
|
|
|
|
|
|
|
%%
|
|
|
|
%% etc/vm.args
|
|
|
|
%%
|
|
|
|
{node, "machi@127.0.0.1"}.
|
|
|
|
{crash_dump, "{{platform_log_dir}}/erl_crash.dump"}.
|
|
|
|
|
|
|
|
%%
|
|
|
|
%% bin/machi
|
|
|
|
%%
|
|
|
|
{runner_script_dir, "\`cd \\`dirname $0\\` 1>/dev/null && /bin/pwd\`"}.
|
|
|
|
{runner_base_dir, "{{runner_script_dir}}/.."}.
|
|
|
|
{runner_etc_dir, "$RUNNER_BASE_DIR/etc"}.
|
|
|
|
{runner_log_dir, "$RUNNER_BASE_DIR/log"}.
|
|
|
|
{runner_lib_dir, "$RUNNER_BASE_DIR/lib"}.
|
|
|
|
{runner_patch_dir, "$RUNNER_BASE_DIR/lib/basho-patches"}.
|
|
|
|
{pipe_dir, "/tmp/$RUNNER_BASE_DIR/"}.
|
|
|
|
{runner_user, ""}.
|
2015-10-16 07:54:57 +00:00
|
|
|
{runner_wait_process, "machi_flu_sup"}.
|
2015-10-15 15:27:10 +00:00
|
|
|
{runner_ulimit_warn, 65536}.
|
|
|
|
|
|
|
|
%%
|
|
|
|
%% cuttlefish
|
|
|
|
%%
|
|
|
|
{cuttlefish, ""}. % blank = off
|
|
|
|
{cuttlefish_conf, "machi.conf"}.
|
|
|
|
|