summaryrefslogtreecommitdiff
path: root/.rebar/templates/dev.template
diff options
context:
space:
mode:
authorBrad Anderson <brad@cloudant.com>2010-08-18 16:48:50 -0400
committerAdam Kocoloski <adam@cloudant.com>2010-08-18 17:19:38 -0400
commitbb9e2cef0c8f681dc38e09ee4e427649d89d1b44 (patch)
tree32230aa62f2b3941f03e9ff91727efe8a430ecac /.rebar/templates/dev.template
parent6d18638d747374cb0e90e9bcbefbc71d959254fd (diff)
lay down cloudant build system.
Diffstat (limited to '.rebar/templates/dev.template')
-rw-r--r--.rebar/templates/dev.template3
1 files changed, 3 insertions, 0 deletions
diff --git a/.rebar/templates/dev.template b/.rebar/templates/dev.template
new file mode 100644
index 00000000..91a97f2e
--- /dev/null
+++ b/.rebar/templates/dev.template
@@ -0,0 +1,3 @@
+{variables, [{base_dir, "/opt/dbcore"}]}.
+{template, "./etc/default.ini", "rel/overlay/etc/default.ini"}.
+{file, "rebar-dev.config", "rebar.config"}.