summaryrefslogtreecommitdiff
path: root/priv/templates/relx.config
diff options
context:
space:
mode:
Diffstat (limited to 'priv/templates/relx.config')
-rw-r--r--priv/templates/relx.config12
1 files changed, 12 insertions, 0 deletions
diff --git a/priv/templates/relx.config b/priv/templates/relx.config
new file mode 100644
index 0000000..7cb3a8a
--- /dev/null
+++ b/priv/templates/relx.config
@@ -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}.