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/03 07:50:44 UTC

[couchdb] 01/01: Fixing whitspaces

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

ronny pushed a commit to branch fix-ident-admin_only_all_dbs
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 3e72a7aec01aac302822959e10ad6e25f26aabd2
Author: Ronny Berndt <ro...@apache.org>
AuthorDate: Thu Nov 3 08:50:28 2022 +0100

    Fixing whitspaces
---
 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