Packages

A simple, yet powerful cluster bootstrapping application.

Current section

Files

Jump to
bootstrap src bootstrap.app.src
Raw

src/bootstrap.app.src

{application,bootstrap,
[{description,"A simple, yet powerful cluster bootstrapping application."},
{vsn,"1.0.0"},
{registered,[bootstrap,bootstrap_monitor]},
{applications,[kernel,stdlib,sasl,crypto]},
{mod,{bootstrap,[]}},
{env,[{connect_regex,".*"},
{connect_mode,visible},
{min_connections,infinity},
{protocol,broadcast},
{primary_port,50337},
{secondary_ports,[50338,50339]},
{ping_timeout,10000},
{multicast_ip,{239,192,0,1}},
{multicast_iface,{0,0,0,0}},
{multicast_ttl,1}]},
{maintainers,["Tobias Schlager"]},
{licenses,["MIT"]},
{links,[{"Github","https://github.com/schlagert/bootstrap"}]}]}.