diff options
Diffstat (limited to 'etc/couchdb')
-rw-r--r-- | etc/couchdb/local.ini | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/couchdb/local.ini b/etc/couchdb/local.ini index 7aa049a0..f20b197a 100644 --- a/etc/couchdb/local.ini +++ b/etc/couchdb/local.ini @@ -14,7 +14,9 @@ ;WWW-Authenticate = Basic realm="administrator" [couch_httpd_auth] -; if you set this to true, you should also uncomment the WWW-Authenticate line above +; If you set this to true, you should also uncomment the WWW-Authenticate line +; above. If you don't configure a WWW-Authenticate header, CouchDB will send +; Basic realm="server" in order to prevent you getting logged out. ; require_valid_user = false [log] |