Docker configure
This commit is contained in:
10
rebar.config
10
rebar.config
@@ -18,11 +18,19 @@
|
||||
{relx, [
|
||||
{release, {eventhub, "0.0.1"}, [eventhub, sasl]},
|
||||
{dev_mode, true},
|
||||
{include_erts, false},
|
||||
{include_erts, true},
|
||||
{extended_start_script, true}
|
||||
]}.
|
||||
|
||||
{profiles, [
|
||||
{prod, [
|
||||
{relx, [
|
||||
{release, {eventhub, "0.0.1"}, [eventhub, sasl]},
|
||||
{include_erts, true},
|
||||
{extended_start_script, true},
|
||||
{sys_config, "./src/config/sys.config"}
|
||||
]}
|
||||
]},
|
||||
{test, [
|
||||
{erl_opts, [debug_info, {i, "include"}, {d, 'TEST'}]},
|
||||
{src_dirs, ["src", "test/unit"]},
|
||||
|
||||
Reference in New Issue
Block a user