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 19:20:45 +0100
commit68558f17d672e1c2c0e466bf7215d820cf3ca0b2 (patch)
tree7c8ab704cbec6326785259bec1cd3c773ebe2032
parent4380bdaf716f296a8133eb73172ba6728692f8bf (diff)
downloadcouchdb-68558f17d672e1c2c0e466bf7215d820cf3ca0b2.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 4654d55ee..aaeb5066f 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