Enable _local_docs httpd handler COUCHDB-1145
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/06e7bfaa Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/06e7bfaa Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/06e7bfaa Branch: refs/heads/developer-preview-2.0 Commit: 06e7bfaaba2661b654d9a5931e56758e9bdf734f Parents: dbd38a1 Author: ILYA Khlopotov <[email protected]> Authored: Tue Dec 16 12:43:22 2014 -0800 Committer: ILYA Khlopotov <[email protected]> Committed: Tue Dec 16 12:43:22 2014 -0800 ---------------------------------------------------------------------- rel/overlay/etc/default.ini | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/06e7bfaa/rel/overlay/etc/default.ini ---------------------------------------------------------------------- diff --git a/rel/overlay/etc/default.ini b/rel/overlay/etc/default.ini index 76508aa..f3b4c45 100644 --- a/rel/overlay/etc/default.ini +++ b/rel/overlay/etc/default.ini @@ -177,6 +177,7 @@ _plugins = {couch_plugins_httpd, handle_req} [httpd_db_handlers] _all_docs = {couch_mrview_http, handle_all_docs_req} +_local_docs = {couch_mrview_http, handle_local_docs_req} _changes = {couch_httpd_db, handle_db_changes_req} _compact = {couch_httpd_db, handle_compact_req} _design = {couch_httpd_db, handle_design_req}
