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:43 UTC

[couchdb] branch fix-ident-admin_only_all_dbs created (now 3e72a7aec)

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

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


      at 3e72a7aec Fixing whitspaces

This branch includes the following new commits:

     new 3e72a7aec Fixing whitspaces

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[couchdb] 01/01: Fixing whitspaces

Posted by ro...@apache.org.
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