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

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

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

{extended_start_script, true}.