summaryrefslogtreecommitdiff
path: root/rel
diff options
context:
space:
mode:
authorjoewilliams <joe@der-dieb.local>2010-08-27 13:33:43 -0700
committerjoewilliams <joe@der-dieb.local>2010-08-27 13:33:43 -0700
commit85d9b0116cfe58f4312c5b9746b74292f5c61150 (patch)
tree01f0245fdf292e771cab3c49a4f0edfc7fc8f622 /rel
parent33a17b2de4bf79da57e29c546eb2a961cd41c764 (diff)
remove mentions of _metrics from default.ini
Diffstat (limited to 'rel')
-rw-r--r--rel/overlay/etc/default.ini6
1 files changed, 1 insertions, 5 deletions
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