fix typo
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/9ef84924 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/9ef84924 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/9ef84924 Branch: refs/heads/431-feature-cors Commit: 9ef84924a73fd397045aea5e9aca42f3ae882da9 Parents: d137841 Author: benoitc <[email protected]> Authored: Thu Nov 1 06:43:53 2012 +0100 Committer: Jan Lehnardt <[email protected]> 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/9ef84924/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 =
