diff options
author | Linus Nordberg <linus@nordberg.se> | 2014-10-08 16:22:05 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2014-10-08 16:22:05 +0200 |
commit | 6ddb0363c5c9bb147f9a4fe0ba683bdba20b5389 (patch) | |
tree | c7d8680e61ef0e32a358d199ad98fe838594d085 /catlfish.config | |
parent | e3fd2e3fc202ce18b90ac4ca96ac8264bed79569 (diff) | |
parent | 732aaa8f2c2d57e8a5ad989fee0ba7b8c3c82479 (diff) |
Merge remote-tracking branch 'refs/remotes/map/fsync4' into origin-master
Conflicts:
src/catlfish.erl
Diffstat (limited to 'catlfish.config')
-rw-r--r-- | catlfish.config | 8 |
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/"}]}]. |