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/12/04 21:43:51 UTC

[40/44] 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/e70e4faa
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/e70e4faa
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/e70e4faa

Branch: refs/heads/1368-fix-multipart-header-parts
Commit: e70e4faa9f8ca7b87b0d35db2907f57c84ef4062
Parents: 915c811
Author: Dave Cottlehuber <dc...@apache.org>
Authored: Fri Nov 2 14:08:35 2012 +0100
Committer: Dave Cottlehuber <dc...@apache.org>
Committed: Fri Nov 2 14:08:35 2012 +0100

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


http://git-wip-us.apache.org/repos/asf/couchdb/blob/e70e4faa/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