Stage 1
This commit is contained in:
28
rebar.config
Normal file
28
rebar.config
Normal file
@@ -0,0 +1,28 @@
|
||||
{erl_opts, [debug_info]}.
|
||||
{deps, [
|
||||
{cowboy, "2.10.0"},
|
||||
{jsx, "3.1.0"},
|
||||
{jose, "1.11.10"},
|
||||
{argon2, "1.2.0"},
|
||||
{meck, "0.9.2"},
|
||||
{gun, "2.0.0"}
|
||||
]}.
|
||||
|
||||
{shell, [
|
||||
{apps, [eventhub]}
|
||||
]}.
|
||||
|
||||
{relx, [
|
||||
{release, {eventhub, "0.0.1"}, [eventhub, sasl]},
|
||||
{dev_mode, true},
|
||||
{include_erts, false},
|
||||
{extended_start_script, true}
|
||||
]}.
|
||||
|
||||
{profiles, [
|
||||
{test, [
|
||||
{deps, [
|
||||
{meck, "0.9.2"}
|
||||
]}
|
||||
]}
|
||||
]}.
|
||||
Reference in New Issue
Block a user