Current section
Files
Jump to
Current section
Files
priv/nitro/rebar.config
{deps, [{cowboy, ".*", {git, "git://github.com/voxoz/cowboy2", []}},
{active, ".*", {git, "git://github.com/synrc/active", []}},
{nitro, ".*", {git, "git://github.com/synrc/nitro", []}},
{syn, ".*", {git, "git://github.com/ostinelli/syn", []}},
{n2o, ".*", {git, "git://github.com/synrc/n2o", []}},
{rocksdb,".*", {git, "git://github.com/enterprizing/rocksdb", []}},
{kvs, ".*", {git, "git://github.com/synrc/kvs", []}}]}.
{relx, [{release, {sample, "0.7.0"},[sample]},
{dev_mode, false},
{sys_config, "sys.config"},
{vm_args, "vm.args"},
{include_erts, true},
{extended_start_script, true}]}.
{shell,[{config, "sys.config"},
{apps, [sample]}]}.