summaryrefslogtreecommitdiff
path: root/priv/templates/relx.config.dtl
blob: 7b08f974c57489b420e1b3aa9c0a3021af5e9906 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
%% -*- mode: Erlang; fill-column: 80; comment-column: 75; -*-
{release, {'{{name}}', "0.1.0"},
 [{{name}},
  sasl]}.

{sys_config, "./config/sys.config"}.
{vm_args, "./config/vm.args"}.

{dev_mode, true}.
{include_erts, false}.

{extended_start_script, true}.