summaryrefslogtreecommitdiff
path: root/priv/templates/relx.config.dtl
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2014-09-17 08:52:49 -0500
committerTristan Sloughter <t@crashfast.com>2014-09-17 08:52:49 -0500
commit48769e75c224ccd8e04df250b86b50540270ce9a (patch)
treed4a094d9c82b73a9d57594b366f92fd32d6e7ff7 /priv/templates/relx.config.dtl
parent7d43d0e092be4fff0496e8c3522fbd526074b37f (diff)
wip: move to erlydtl for rebar templates
Diffstat (limited to 'priv/templates/relx.config.dtl')
-rw-r--r--priv/templates/relx.config.dtl12
1 files changed, 12 insertions, 0 deletions
diff --git a/priv/templates/relx.config.dtl b/priv/templates/relx.config.dtl
new file mode 100644
index 0000000..7cb3a8a
--- /dev/null
+++ b/priv/templates/relx.config.dtl
@@ -0,0 +1,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}.