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:49 UTC

[31/44] git commit: make the wildcard a default in conf.

make the wildcard a default in conf.


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

Branch: refs/heads/1368-fix-multipart-header-parts
Commit: b8d189fd2eb86d3f661ce69dfd4a6816cc5196f3
Parents: d4f547f
Author: benoitc <bc...@gmail.com>
Authored: Mon Nov 5 13:25:54 2012 +0100
Committer: benoitc <bc...@gmail.com>
Committed: Mon Nov 5 13:25:54 2012 +0100

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


http://git-wip-us.apache.org/repos/asf/couchdb/blob/b8d189fd/etc/couchdb/default.ini.tpl.in
----------------------------------------------------------------------
diff --git a/etc/couchdb/default.ini.tpl.in b/etc/couchdb/default.ini.tpl.in
index 272af74..d534753 100644
--- a/etc/couchdb/default.ini.tpl.in
+++ b/etc/couchdb/default.ini.tpl.in
@@ -70,8 +70,8 @@ iterations = 10000 ; iterations for password hashing
 
 [cors]
 credentials = false
-; List of origins separated by a comma
-;origins =
+; List of origins separated by a comma, * means accept all
+;origins = *
 ; List of accepted headers separated by a comma
 ; headers =
 ; List of accepted methods