summaryrefslogtreecommitdiff
path: root/setup_eunit.template
diff options
context:
space:
mode:
Diffstat (limited to 'setup_eunit.template')
-rw-r--r--setup_eunit.template20
1 files changed, 0 insertions, 20 deletions
diff --git a/setup_eunit.template b/setup_eunit.template
deleted file mode 100644
index ceef60d12..000000000
--- a/setup_eunit.template
+++ /dev/null
@@ -1,20 +0,0 @@
-{variables, [
- {package_author_name, "The Apache Software Foundation"},
- {cluster_port, 5984},
- {backend_port, 5986},
- {prometheus_port, 17986},
- {node_name, "-name couchdbtest@127.0.0.1"},
-
- {data_dir, "/tmp"},
- {prefix, "/tmp"},
- {view_index_dir, "/tmp"},
- {state_dir, "/tmp"}
-]}.
-{dir, "tmp"}.
-{dir, "tmp/etc"}.
-{dir, "tmp/data"}.
-{dir, "tmp/tmp_data"}.
-{template, "rel/overlay/etc/default.ini", "tmp/etc/default_eunit.ini"}.
-{template, "rel/overlay/etc/local.ini", "tmp/etc/local_eunit.ini"}.
-{template, "rel/files/eunit.ini", "tmp/etc/eunit.ini"}.
-{template, "rel/overlay/etc/vm.args", "tmp/etc/vm.args"}.