summaryrefslogtreecommitdiff
path: root/storage_node.config
diff options
context:
space:
mode:
authorMagnus Ahltorp <map@kth.se>2014-10-20 14:33:41 +0200
committerLinus Nordberg <linus@nordberg.se>2014-10-24 15:01:33 +0200
commit194c9aa3b8c463fa487dc9ef7e172332a8d94d72 (patch)
tree1d7ca4494f826677e721707e306c4e06ce7a20d1 /storage_node.config
parent86419f500e74386a4613d4cee0aab66e129d7ed5 (diff)
Added external merging support
Diffstat (limited to 'storage_node.config')
-rw-r--r--storage_node.config19
1 files changed, 19 insertions, 0 deletions
diff --git a/storage_node.config b/storage_node.config
new file mode 100644
index 0000000..47a1326
--- /dev/null
+++ b/storage_node.config
@@ -0,0 +1,19 @@
+%% catlfish configuration file (-*- erlang -*-)
+%% Start like this:
+%% $ erl -boot start_sasl -config catlfish -run inets
+[{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_node_httpd.conf"}]}]}]},
+ {plop,
+ [{entry_root_path, "db/certentries/"},
+ {index_path, "db/index"},
+ {newentries_path, "db/newentries"},
+ {entryhash_root_path, "db/entryhash/"},
+ {treesize_path, "db/treesize"},
+ {indexforhash_root_path, "db/certindex/"}]}].