Packages

Elects master node from Erlang/Elixir cluster that is agreed by all nodes.

Current section

Files

Jump to
elector rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, []}.
{project_plugins, [rebar3_format]}.
{shell,
% {config, "config/sys.config"},
[{apps, [elector]}]}.
{project_plugins, [rebar3_ex_doc]}.
{hex, [{doc, edoc}]}.
{ex_doc, [
{source_url, <<"https://github.com/alfetahe/elector">>},
{extras, [<<"README.md">>, <<"LICENSE.md">>]},
{main, <<"readme">>}]}.