From 78685de6d952e2e123de224663b818931becb454 Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Wed, 19 May 2010 22:25:39 +0000 Subject: no newlines in .ini files git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@946465 13f79535-47bb-0310-9956-ffa450edef68 --- etc/couchdb/default.ini.tpl.in | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'etc/couchdb') diff --git a/etc/couchdb/default.ini.tpl.in b/etc/couchdb/default.ini.tpl.in index 453418bb..a04dca3d 100644 --- a/etc/couchdb/default.ini.tpl.in +++ b/etc/couchdb/default.ini.tpl.in @@ -19,11 +19,7 @@ max_connections = 2048 authentication_handlers = {couch_httpd_oauth, oauth_authentication_handler}, {couch_httpd_auth, cookie_authentication_handler}, {couch_httpd_auth, default_authentication_handler} default_handler = {couch_httpd_db, handle_request} secure_rewrites = true -vhost_global_handlers = _utils - _uuids - _session - _oauth - _users +vhost_global_handlers = _utils, _uuids, _session, _oauth, _users jsonp = false [log] @@ -116,10 +112,7 @@ samples = [0, 60, 300, 900] [attachments] compression_level = 8 ; from 1 (lowest, fastest) to 9 (highest, slowest), 0 to disable compression -compressible_types = text/* - application/javascript - application/json - application/xml +compressible_types = text/*, application/javascript, application/json, application/xml [replicator] max_http_sessions = 10 -- cgit v1.2.3