diff options
author | Magnus Ahltorp <map@kth.se> | 2014-10-24 17:22:30 +0200 |
---|---|---|
committer | Magnus Ahltorp <map@kth.se> | 2014-10-24 17:22:30 +0200 |
commit | 574f96fba9fd01ec9725c5509f02ad13d8ab8793 (patch) | |
tree | 4c401070fd9742e5970e5701a85a16eef8891dbd /test/config/storage-1.config | |
parent | bda18b837a255aeb20366c736272698fa3223c4f (diff) |
System tests for external merge
Diffstat (limited to 'test/config/storage-1.config')
-rw-r--r-- | test/config/storage-1.config | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/test/config/storage-1.config b/test/config/storage-1.config new file mode 100644 index 0000000..5b67bbf --- /dev/null +++ b/test/config/storage-1.config @@ -0,0 +1,26 @@ +%% catlfish configuration file (-*- erlang -*-) + +[{sasl, + [{sasl_error_logger, false}, + {errlog_type, error}, + {error_logger_mf_dir, "log"}, + {error_logger_mf_maxbytes, 10485760}, % 10 MB + {error_logger_mf_maxfiles, 10}]}, + {inets, + [{services, + [{httpd, [{proplist_file, "storage-1-httpd.conf"}]}]}]}, + {lager, + [{handlers, + [{lager_console_backend, info}, + {lager_file_backend, [{file, "storage-1-error.log"}, {level, error}]}, + {lager_file_backend, [{file, "storage-1-debug.log"}, {level, debug}]}, + {lager_file_backend, [{file, "storage-1-console.log"}, {level, info}]} + ]} + ]}, + {plop, + [{entry_root_path, "tests/machine/machine-1/db/certentries/"}, + {index_path, "tests/machine/machine-1/db/index"}, + {newentries_path, "tests/machine/machine-1/db/newentries"}, + {entryhash_root_path, "tests/machine/machine-1/db/entryhash/"}, + {treesize_path, "tests/machine/machine-1/db/treesize"}, + {indexforhash_root_path, "tests/machine/machine-1/db/certindex/"}]}]. |