Skip to content
This repository has been archived by the owner on Oct 17, 2022. It is now read-only.

Fix typo (missing literal block mark) #710

Merged
merged 1 commit into from Apr 12, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/config/couchdb.rst
Expand Up @@ -51,7 +51,7 @@ Base CouchDB Options
to ``everyone``, anyone can performs reads and writes. When set to
``admin_only``, only admins can read and write. When set to
``admin_local``, sharded databases can be read and written by anyone
but the shards can only be read and written by admins.
but the shards can only be read and written by admins. ::

[couchdb]
default_security = admin_only
Expand Down