Updated Branches: refs/heads/431_feature_cors 0777262fa -> 7aacdbc19
fix typo Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/7aacdbc1 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/7aacdbc1 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/7aacdbc1 Branch: refs/heads/431_feature_cors Commit: 7aacdbc19d33e4381d10c193cae56364c9562f22 Parents: 0777262 Author: benoitc <[email protected]> Authored: Thu Nov 1 06:43:53 2012 +0100 Committer: benoitc <[email protected]> Committed: Thu Nov 1 06:43:53 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/7aacdbc1/etc/couchdb/default.ini.tpl.in ---------------------------------------------------------------------- diff --git a/etc/couchdb/default.ini.tpl.in b/etc/couchdb/default.ini.tpl.in index 6a32f65..3960ab6 100644 --- a/etc/couchdb/default.ini.tpl.in +++ b/etc/couchdb/default.ini.tpl.in @@ -79,7 +79,7 @@ allows_credentials = false ; Configuration for a vhost -:[cors:example.com] +;[cors:example.com] ; allows_credentials = false ; List of origins separated by a comma ;origins =
