From b919a25e31577c13a91e6b53ad3badac66744253 Mon Sep 17 00:00:00 2001 From: John Christopher Anderson Date: Fri, 2 Jul 2010 18:39:17 +0000 Subject: helpful note about configuring require_valid_user=true git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@960085 13f79535-47bb-0310-9956-ffa450edef68 --- etc/couchdb/local.ini | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'etc/couchdb') diff --git a/etc/couchdb/local.ini b/etc/couchdb/local.ini index 7399f156..7aa049a0 100644 --- a/etc/couchdb/local.ini +++ b/etc/couchdb/local.ini @@ -13,6 +13,10 @@ ; Uncomment next line to trigger basic-auth popup on unauthorized requests. ;WWW-Authenticate = Basic realm="administrator" +[couch_httpd_auth] +; if you set this to true, you should also uncomment the WWW-Authenticate line above +; require_valid_user = false + [log] ;level = debug -- cgit v1.2.3