summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Newson <rnewson@apache.org>2020-03-09 15:45:36 +0000
committerGitHub <noreply@github.com>2020-03-09 15:45:36 +0000
commitd0c30f2383e740147b9481c356512871ab085254 (patch)
tree93f0f3628d44c28a16bde70f66ba8729d3816a7d
parentdb3aa0f53bb132a4988772f02c7b30152e12328b (diff)
parent528e02ff5fb280df8a3419d26c7af2c5757c1093 (diff)
downloadcouchdb-d0c30f2383e740147b9481c356512871ab085254.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 246c17307..2676ef530 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