summaryrefslogtreecommitdiff
path: root/catlfish.config
diff options
context:
space:
mode:
authorMagnus Ahltorp <map@kth.se>2014-09-28 02:01:15 +0200
committerMagnus Ahltorp <map@kth.se>2014-09-28 02:01:15 +0200
commitc915ef319d63f73231202443419dcad3aa32b5f4 (patch)
tree75a8a36a711bb805b549e05fbe78f1ae184eb8b9 /catlfish.config
parenteca189ce80ec353035902dc0c361c748e042371a (diff)
Use raw file storage
Diffstat (limited to 'catlfish.config')
-rw-r--r--catlfish.config8
1 files changed, 7 insertions, 1 deletions
diff --git a/catlfish.config b/catlfish.config
index cda8789..9b80c6e 100644
--- a/catlfish.config
+++ b/catlfish.config
@@ -9,4 +9,10 @@
{error_logger_mf_maxfiles, 10}]},
{inets,
[{services,
- [{httpd, [{proplist_file, "httpd_props.conf"}]}]}]}].
+ [{httpd, [{proplist_file, "httpd_props.conf"}]}]}]},
+ {plop,
+ [{entry_root_path, "db/certentries/"},
+ {index_path, "db/index"},
+ {entryhash_root_path, "db/entryhash/"},
+ {treesize_path, "db/treesize"},
+ {indexforhash_root_path, "db/certindex/"}]}].