Remove duplicated comment line It belongs to the parameter verify_ssl_certificates and was copy pasted from there.
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/2b748ec6 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/2b748ec6 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/2b748ec6 Branch: refs/heads/master Commit: 2b748ec6249d55251b3ddbf62a1a404c4a2f108f Parents: 0706a84 Author: Filipe David Borba Manana <[email protected]> Authored: Sun Nov 27 17:48:19 2011 +0000 Committer: Filipe David Borba Manana <[email protected]> Committed: Sun Nov 27 17:48:19 2011 +0000 ---------------------------------------------------------------------- etc/couchdb/default.ini.tpl.in | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/2b748ec6/etc/couchdb/default.ini.tpl.in ---------------------------------------------------------------------- diff --git a/etc/couchdb/default.ini.tpl.in b/etc/couchdb/default.ini.tpl.in index 021732e..306f925 100644 --- a/etc/couchdb/default.ini.tpl.in +++ b/etc/couchdb/default.ini.tpl.in @@ -189,7 +189,6 @@ retries_per_request = 10 ; {priority, integer()} ; See the `inet` Erlang module's man page for the full list of options. socket_options = [{keepalive, true}, {nodelay, false}] -; set to true to validate peer certificates ; Path to a file containing the user's certificate. ;cert_file = /full/path/to/server_cert.pem ; Path to file containing user's private PEM encoded key.
