diff options
-rw-r--r-- | etc/couchdb/local.ini | 4 |
1 files changed, 4 insertions, 0 deletions
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 |