You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2012/11/11 20:24:32 UTC

[27/28] git commit: align default.ini enable_cors flag to match src/couchdb/couch_httpd_cors.erl

align default.ini enable_cors flag to match src/couchdb/couch_httpd_cors.erl


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/22a4f92b
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/22a4f92b
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/22a4f92b

Branch: refs/heads/431-feature-cors
Commit: 22a4f92bb0ccbfdef016f735bfcfe7eea094b41b
Parents: 425acda
Author: Dave Cottlehuber <dc...@apache.org>
Authored: Fri Nov 2 14:08:35 2012 +0100
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Sun Nov 11 16:11:14 2012 +0000

----------------------------------------------------------------------
 etc/couchdb/default.ini.tpl.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/22a4f92b/etc/couchdb/default.ini.tpl.in
----------------------------------------------------------------------
diff --git a/etc/couchdb/default.ini.tpl.in b/etc/couchdb/default.ini.tpl.in
index 01ae4d9..272af74 100644
--- a/etc/couchdb/default.ini.tpl.in
+++ b/etc/couchdb/default.ini.tpl.in
@@ -49,7 +49,7 @@ allow_jsonp = false
 ; For more socket options, consult Erlang's module 'inet' man page.
 ;socket_options = [{recbuf, 262144}, {sndbuf, 262144}, {nodelay, true}]
 log_max_chunk_size = 1000000
-cors_enable = false
+enable_cors = false
 
 [ssl]
 port = 6984