You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2016/05/16 08:31:51 UTC

couchdb commit: updated refs/heads/master to 1e9fc30

Repository: couchdb
Updated Branches:
  refs/heads/master beb99c526 -> 1e9fc308d


Default to admin_local for extra safety


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/1e9fc308
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/1e9fc308
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/1e9fc308

Branch: refs/heads/master
Commit: 1e9fc308d33ec0f947f79c5148a51dcc67cff4d5
Parents: beb99c5
Author: Robert Newson <rn...@apache.org>
Authored: Mon May 16 09:31:41 2016 +0100
Committer: Robert Newson <rn...@apache.org>
Committed: Mon May 16 09:31:41 2016 +0100

----------------------------------------------------------------------
 rel/overlay/etc/default.ini | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/1e9fc308/rel/overlay/etc/default.ini
----------------------------------------------------------------------
diff --git a/rel/overlay/etc/default.ini b/rel/overlay/etc/default.ini
index a423c48..02dd392 100644
--- a/rel/overlay/etc/default.ini
+++ b/rel/overlay/etc/default.ini
@@ -27,9 +27,9 @@ attachment_stream_buffer_size = 4096
 ; Default security object for databases if not explicitly set
 ; everyone - same as couchdb 1.0, everyone can read/write
 ; admin_only - only admins can read/write
-; admin_local - dbs on :5984 are read/write for everyone,
-;               dbs on :5986 are read/write for admins only
-default_security = everyone
+; admin_local - sharded dbs on :5984 are read/write for everyone,
+;               local dbs on :5986 are read/write for admins only
+default_security = admin_local
 
 [cluster]
 q=8