diff options
author | Jan Lehnardt <jan@apache.org> | 2010-05-19 22:25:39 +0000 |
---|---|---|
committer | Jan Lehnardt <jan@apache.org> | 2010-05-19 22:25:39 +0000 |
commit | 78685de6d952e2e123de224663b818931becb454 (patch) | |
tree | d5e99d49e93ca4fa2bb78cef31e000c8061ac7b8 /etc | |
parent | 2bae1cc94a9f625506bd8d5fcbcabdd86dc899d3 (diff) |
no newlines in .ini files
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@946465 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'etc')
-rw-r--r-- | etc/couchdb/default.ini.tpl.in | 11 |
1 files changed, 2 insertions, 9 deletions
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 |