summaryrefslogtreecommitdiff
path: root/priv/templates/relx.config.dtl
diff options
context:
space:
mode:
authorTristan Sloughter <tristan.sloughter@gmail.com>2014-11-10 19:35:10 -0600
committerTristan Sloughter <tristan.sloughter@gmail.com>2014-11-10 19:35:10 -0600
commit022ffdf6cb7fdf77f5bc3e3d2ecbe715a9b84c7a (patch)
treec70c4a6b9065b0132e785dcf15b90f9833577c7f /priv/templates/relx.config.dtl
parente202367322b7ce155379196f42a009cf5bfa7e22 (diff)
parent392abf148122be020f3955005497d488d3f881fd (diff)
Merge pull request #28 from tsloughter/templates-redux
Redo templates with docs and whatnot
Diffstat (limited to 'priv/templates/relx.config.dtl')
-rw-r--r--priv/templates/relx.config.dtl4
1 files changed, 2 insertions, 2 deletions
diff --git a/priv/templates/relx.config.dtl b/priv/templates/relx.config.dtl
index 7cb3a8a..7b08f97 100644
--- a/priv/templates/relx.config.dtl
+++ b/priv/templates/relx.config.dtl
@@ -1,6 +1,6 @@
%% -*- mode: Erlang; fill-column: 80; comment-column: 75; -*-
-{release, {'{{appid}}', "0.1.0"},
- [{{appid}},
+{release, {'{{name}}', "0.1.0"},
+ [{{name}},
sasl]}.
{sys_config, "./config/sys.config"}.