Github user kxepal commented on a diff in the pull request:
https://github.com/apache/couchdb/pull/412#discussion_r62805432
--- Diff: rel/overlay/etc/default.ini ---
@@ -24,6 +24,10 @@ file_compression = snappy
; and/or more OS page cache hits, but they can also increase overall
response
; time for writes when there are many attachment write requests in
parallel.
attachment_stream_buffer_size = 4096
+; Default security object for databases if not explicitly set
+; open - same as couchdb 1.0, everyone can read/write
+; admin_only - only admins can read/write
+default_security = open
--- End diff --
May be not "open", but "everyone"? A bit more explicit on who can
read/write.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---