diff options
author | Jan Lehnardt <jan@apache.org> | 2010-11-17 14:17:04 +0000 |
---|---|---|
committer | Jan Lehnardt <jan@apache.org> | 2010-11-17 14:17:04 +0000 |
commit | c9b4d1a56a52aef712b7e71c9ea2a727631c1a4e (patch) | |
tree | dec0024e56d03b101e666d20cffa8ed698d58ffc /etc | |
parent | 03fc43f5e2e758463365c54e090a78471c5123cd (diff) |
add comment about SSL port
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1036051 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'etc')
-rw-r--r-- | etc/couchdb/local.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/couchdb/local.ini b/etc/couchdb/local.ini index d3c21577..1c4060ab 100644 --- a/etc/couchdb/local.ini +++ b/etc/couchdb/local.ini @@ -40,6 +40,7 @@ [daemons] ; enable SSL support by uncommenting the following line and supply the PEM's below. +; the default ssl port CouchDB listens on is 6984 ; httpsd = {couch_httpd, start_link, [https]} [ssl] |