You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ro...@apache.org on 2022/11/04 10:13:32 UTC

[couchdb] branch main updated: Fixing whitspaces of config option admin_only_all_dbs (#4256)

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

ronny pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/main by this push:
     new 21dfdf504 Fixing whitspaces of config option admin_only_all_dbs (#4256)
21dfdf504 is described below

commit 21dfdf504d1e3a11068b71ef55402183e14c193e
Author: Ronny Berndt <ro...@apache.org>
AuthorDate: Fri Nov 4 11:13:27 2022 +0100

    Fixing whitspaces of config option admin_only_all_dbs (#4256)
    
    Correct indentation of config option admin_only_all_dbs
---
 src/docs/src/config/http.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/docs/src/config/http.rst b/src/docs/src/config/http.rst
index 2b256827d..3aa3dc73b 100644
--- a/src/docs/src/config/http.rst
+++ b/src/docs/src/config/http.rst
@@ -244,7 +244,7 @@ HTTP Server Options
             [chttpd]
             bulk_get_use_batches = true
 
-     .. config:option:: admin_only_all_dbs :: Require admin for ``_all_dbs`` and ``_dbs_info``
+    .. config:option:: admin_only_all_dbs :: Require admin for ``_all_dbs`` and ``_dbs_info``
 
         .. versionadded:: 2.2 implemented for ``_all_dbs`` defaulting to ``false``
         .. versionchanged:: 3.0 default switched to ``true``, applies to ``_all_dbs``
@@ -253,8 +253,8 @@ HTTP Server Options
         When set to ``true`` admin is required to access ``_all_dbs`` and
         ``_dbs_info``. ::
 
-           [chttpd]
-           admin_only_all_dbs = true
+            [chttpd]
+            admin_only_all_dbs = true
 
 .. config:section:: httpd :: HTTP Server Options