nickva commented on code in PR #718: URL: https://github.com/apache/couchdb-documentation/pull/718#discussion_r859082092
########## src/setup/cluster.rst: ########## @@ -31,10 +31,11 @@ CouchDB uses the following ports: | | | default ``localhost`` | port for all HTTP | | | | | API requests | +-------------+----------+-----------------------+----------------------+ -| 4369 | tcp | All interfaces | Erlang port mapper | -| | | by default | daemon (epmd) | +| 4369 | tcp | localhost for single | Erlang port mapper | +| | | node installs. private| daemon (epmd) | Review Comment: Tiny nit: Capitalize `P` for consistency with other rows. Use ``` ``localhost`` ``` like in the row above. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
