diff options
Diffstat (limited to 'rel/overlay')
-rw-r--r-- | rel/overlay/etc/default.ini | 6 |
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 |