Skip to content

Commit

Permalink
Clarify & correct require_valid_user setting
Browse files Browse the repository at this point in the history
Fixes COUCHDB-3100
  • Loading branch information
wohali committed Apr 15, 2017
1 parent cb823dd commit 96d10a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rel/overlay/etc/default.ini
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,13 @@ n=3
; placement = metro-dc-a:2,metro-dc-b:1

[chttpd]
; These settings affect the main, clustered port (5984 by default).
port = {{cluster_port}}
bind_address = 127.0.0.1
backlog = 512
docroot = {{fauxton_root}}
socket_options = [{recbuf, 262144}, {sndbuf, 262144}, {nodelay, true}]
require_valid_user = false

[database_compaction]
; larger buffer sizes can originate smaller files
Expand Down Expand Up @@ -135,6 +137,8 @@ port = 6984
; min_writer_size = 16777216

[couch_httpd_auth]
; WARNING! This only affects the node-local port (5986 by default).
; You probably want the settings under [chttpd].
authentication_db = _users
authentication_redirect = /_utils/session.html
require_valid_user = false
Expand Down

0 comments on commit 96d10a9

Please sign in to comment.