This is an automated email from the ASF dual-hosted git repository.
rnewson pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb.git
The following commit(s) were added to refs/heads/master by this push:
new 528e02f move "users_db_security_editable" to the correct location
new d0c30f2 Merge pull request #2645 from
danielbarbarito/users-db-security-editable-ini-fix
528e02f is described below
commit 528e02ff5fb280df8a3419d26c7af2c5757c1093
Author: Dan Barbarito <[email protected]>
AuthorDate: Sun Mar 8 23:23:26 2020 -0400
move "users_db_security_editable" to the correct location
---
rel/overlay/etc/default.ini | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/rel/overlay/etc/default.ini b/rel/overlay/etc/default.ini
index 246c173..2676ef5 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