summaryrefslogtreecommitdiff
path: root/.rebar/templates/production.template
diff options
context:
space:
mode:
Diffstat (limited to '.rebar/templates/production.template')
-rw-r--r--.rebar/templates/production.template4
1 files changed, 3 insertions, 1 deletions
diff --git a/.rebar/templates/production.template b/.rebar/templates/production.template
index d4090266..7f5e6db8 100644
--- a/.rebar/templates/production.template
+++ b/.rebar/templates/production.template
@@ -1,7 +1,9 @@
{variables, [{prefix, "{{prefix}}"},
{core_dir, "{{prefix}}/dbcore"},
{data_dir, "/srv/db"},
- {view_dir, "/srv/view_index"}]}.
+ {view_dir, "/srv/view_index"},
+ {user, "dbcore"}]}.
+{template, "./Makefile", "Makefile"}.
{template, "./etc/default.ini", "rel/overlay/etc/default.ini"}.
{file, "rebar.config", "rebar.config"}.
{file, "/usr/local/lib/erlang/lib/erl_interface-3.6.5/bin/erl_call", "rel/overlay/erts-vsn/bin/erl_call"}.