summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Newson <rnewson@apache.org>2020-03-09 15:45:36 +0000
committerRobert Newson <rnewson@apache.org>2020-04-02 18:21:46 +0100
commit91477bf1b578b16f39d5cc85054de0afb1bd3ce0 (patch)
treef567d7224453e0531583620b77779a2e8d593ef4
parent395732bdd48e78c31dad4965ce0d7eb4bdc88c92 (diff)
downloadcouchdb-91477bf1b578b16f39d5cc85054de0afb1bd3ce0.tar.gz
Merge pull request #2645 from danielbarbarito/users-db-security-editable-ini-fix
Move "users_db_security_editable" to the correct location in the ini file
-rw-r--r--rel/overlay/etc/default.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/rel/overlay/etc/default.ini b/rel/overlay/etc/default.ini
index d64b88f32..d58abffcb 100644
--- a/rel/overlay/etc/default.ini
+++ b/rel/overlay/etc/default.ini
@@ -73,6 +73,9 @@ default_engine = couch
; on startup if not present.
;single_node = false
+; Allow edits on the _security object in the user db. By default, it's disabled.
+users_db_security_editable = false
+
[purge]
; Allowed maximum number of documents in one purge request
;max_document_id_number = 100
@@ -84,9 +87,6 @@ default_engine = couch
; document. Default is 24 hours.
;index_lag_warn_seconds = 86400
-; Allow edits on the _security object in the user db. By default, it's disabled.
-users_db_security_editable = false
-
[couchdb_engines]
; The keys in this section are the filename extension that
; the specified engine module will use. This is important so