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/db2cbdc1 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/db2cbdc1 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/db2cbdc1 Branch: refs/heads/1.2.x Commit: db2cbdc161f7380443b87cc68125c34ea271fd7e Parents: 2be8fe7 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:51:06 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/db2cbdc1/etc/couchdb/default.ini.tpl.in ---------------------------------------------------------------------- diff --git a/etc/couchdb/default.ini.tpl.in b/etc/couchdb/default.ini.tpl.in index e9dcc50..ba01848 100644 --- a/etc/couchdb/default.ini.tpl.in +++ b/etc/couchdb/default.ini.tpl.in @@ -180,7 +180,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.
