aboutsummaryrefslogtreecommitdiffstats
path: root/templates/relx.config
diff options
context:
space:
mode:
Diffstat (limited to 'templates/relx.config')
-rw-r--r--templates/relx.config6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/relx.config b/templates/relx.config
new file mode 100644
index 0000000..3a23af7
--- /dev/null
+++ b/templates/relx.config
@@ -0,0 +1,6 @@
+{release, {project_name_release, "1"}, [project_name, sasl, runtime_tools]}.
+{dev_mode, false}.
+{include_erts, true}.
+{extended_start_script, true}.
+{sys_config, "config/sys.config"}.
+{vm_args, "config/vm.args"}.