summaryrefslogtreecommitdiff
path: root/setup_eunit.template
blob: 11eee4458a10da9b7f9b192e69c350e706fc7403 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{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"},
    {log_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"}.