You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2019/05/21 09:03:45 UTC

[couchdb-documentation] 01/01: feat: remove unused config var from example

This is an automated email from the ASF dual-hosted git repository.

jan pushed a commit to branch feat/config
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git

commit 3aa39783f37078cae498fdf5345afd78acee69a3
Author: Jan Lehnardt <ja...@apache.org>
AuthorDate: Tue May 21 10:39:41 2019 +0200

    feat: remove unused config var from example
---
 src/api/server/configuration.rst | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/api/server/configuration.rst b/src/api/server/configuration.rst
index b13322c..0857ff2 100644
--- a/src/api/server/configuration.rst
+++ b/src/api/server/configuration.rst
@@ -81,7 +81,6 @@ interact with the local node's configuration.
             "chttpd": {
                 "backlog": "512",
                 "bind_address": "0.0.0.0",
-                "docroot": "./share/www",
                 "port": "5984",
                 "require_valid_user": "false",
                 "socket_options": "[{sndbuf, 262144}, {nodelay, true}]",