From 85d9b0116cfe58f4312c5b9746b74292f5c61150 Mon Sep 17 00:00:00 2001 From: joewilliams Date: Fri, 27 Aug 2010 13:33:43 -0700 Subject: remove mentions of _metrics from default.ini --- rel/overlay/etc/default.ini | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'rel') diff --git a/rel/overlay/etc/default.ini b/rel/overlay/etc/default.ini index da61df26..c86eeefb 100644 --- a/rel/overlay/etc/default.ini +++ b/rel/overlay/etc/default.ini @@ -31,9 +31,6 @@ secure_rewrites = true file = {{prefix}}/var/log/dbcore.log level = info -[metrics] -db = metrics_specs - [couch_httpd_auth] authentication_redirect = /_utils/session.html authentication_db = users @@ -74,7 +71,6 @@ _log = {couch_httpd_misc_handlers, handle_log_req} _session = {couch_httpd_auth, handle_session_req} _oauth = {couch_httpd_oauth, handle_oauth_req} _user = {couch_httpd_auth, handle_user_req} -_metrics = {couch_httpd_metrics_handlers, handle_metrics_req} _system = {chttpd_misc, handle_system_req} _cloudant = {showroom_httpd_admin, handle_cloudant_req} @@ -120,4 +116,4 @@ compressible_types = text/*, application/javascript, application/json, applicat [replicator] max_http_sessions = 10 -max_http_pipeline_size = 10 \ No newline at end of file +max_http_pipeline_size = 10 -- cgit v1.2.3