summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonny Berndt <ronny@apache.org>2022-11-04 11:13:27 +0100
committerGitHub <noreply@github.com>2022-11-04 11:13:27 +0100
commit21dfdf504d1e3a11068b71ef55402183e14c193e (patch)
tree9fe180b6bdcc2055a985626e51eddc9133f2e296
parent7f1d2b2ed63be13a7297e0d229b78e620a4204b8 (diff)
downloadcouchdb-21dfdf504d1e3a11068b71ef55402183e14c193e.tar.gz
Fixing whitspaces of config option admin_only_all_dbs (#4256)
Correct indentation of config option admin_only_all_dbs
-rw-r--r--src/docs/src/config/http.rst6
1 files 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