aboutsummaryrefslogtreecommitdiffstats
path: root/priv/templates/erl_ini
diff options
context:
space:
mode:
authorJordan Wilberding <[email protected]>2015-05-08 15:57:05 -0700
committerJordan Wilberding <[email protected]>2015-05-08 15:57:05 -0700
commit2e59b1c95575b3c104cc191e954c82baadc43c6c (patch)
treed18fb57579cb3e58984599bdb2c926db9314d294 /priv/templates/erl_ini
parentf8af9f5cd9f70ff43a043fe274dda4e56be82a2d (diff)
parent58fec57db3d99ffb5aefd0d5751d7bbda6762f66 (diff)
downloadrelx-2e59b1c95575b3c104cc191e954c82baadc43c6c.tar.gz
relx-2e59b1c95575b3c104cc191e954c82baadc43c6c.tar.bz2
relx-2e59b1c95575b3c104cc191e954c82baadc43c6c.zip
Merge pull request #339 from tsloughter/mustache
use mustache instead of erlydtl for overlays
Diffstat (limited to 'priv/templates/erl_ini')
-rw-r--r--priv/templates/erl_ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/priv/templates/erl_ini b/priv/templates/erl_ini
new file mode 100644
index 0000000..b2ce5bc
--- /dev/null
+++ b/priv/templates/erl_ini
@@ -0,0 +1,4 @@
+[erlang]
+Bindir={{ bin_dir }}
+Progname=erl
+Rootdir={{ output_dir }}