diff options
author | Tristan Sloughter <t@crashfast.com> | 2014-11-30 11:54:55 -0600 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2014-11-30 11:54:55 -0600 |
commit | c4ee53c8bc8170a9340c540c341ad403c91c0218 (patch) | |
tree | 7d2a54859c95f7da013a57d75d49870bbc56cc97 /priv/templates/relx.config.dtl | |
parent | 56fdedaf7278accf6e261c54d022f4c9e1afc1fc (diff) |
move relx config into rebar config and add prod profile
Diffstat (limited to 'priv/templates/relx.config.dtl')
-rw-r--r-- | priv/templates/relx.config.dtl | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/priv/templates/relx.config.dtl b/priv/templates/relx.config.dtl deleted file mode 100644 index 7b08f97..0000000 --- a/priv/templates/relx.config.dtl +++ /dev/null @@ -1,12 +0,0 @@ -%% -*- mode: Erlang; fill-column: 80; comment-column: 75; -*- -{release, {'{{name}}', "0.1.0"}, - [{{name}}, - sasl]}. - -{sys_config, "./config/sys.config"}. -{vm_args, "./config/vm.args"}. - -{dev_mode, true}. -{include_erts, false}. - -{extended_start_script, true}. |