Repository: couchdb Updated Branches: refs/heads/master d9bcd4ec8 -> beb99c526
Add admin_local - halfway between the two schemes COUCHDB-3016 Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/df14bea6 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/df14bea6 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/df14bea6 Branch: refs/heads/master Commit: df14bea651f948f89e89d4b6c58f634bbcc16581 Parents: d9bcd4e Author: Robert Newson <[email protected]> Authored: Sun May 15 20:18:30 2016 +0100 Committer: Robert Newson <[email protected]> Committed: Sun May 15 20:43:57 2016 +0100 ---------------------------------------------------------------------- rel/overlay/etc/default.ini | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/df14bea6/rel/overlay/etc/default.ini ---------------------------------------------------------------------- diff --git a/rel/overlay/etc/default.ini b/rel/overlay/etc/default.ini index 68afd0d..a423c48 100644 --- a/rel/overlay/etc/default.ini +++ b/rel/overlay/etc/default.ini @@ -27,6 +27,8 @@ 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 [cluster]
