diff options
author | Damien F. Katz <damien@apache.org> | 2008-11-22 00:36:32 +0000 |
---|---|---|
committer | Damien F. Katz <damien@apache.org> | 2008-11-22 00:36:32 +0000 |
commit | a7874fd49ee787779bac6ab0624f5baeaac6b4d9 (patch) | |
tree | 861ace011c51393cd93944fbaf31dc88a5d70f8f /etc/couchdb | |
parent | 074e7510a3921416055531ae990c0f7d4020c592 (diff) |
Added WWW-Authenticate default value to the ini file, for use with default authentication.
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@719762 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'etc/couchdb')
-rw-r--r-- | etc/couchdb/default.ini.tpl.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/couchdb/default.ini.tpl.in b/etc/couchdb/default.ini.tpl.in index 6725aa6c..f4eb49f0 100644 --- a/etc/couchdb/default.ini.tpl.in +++ b/etc/couchdb/default.ini.tpl.in @@ -12,6 +12,7 @@ view_timeout = 5000 ; 5 seconds port = 5984 bind_address = 127.0.0.1 authentication_handler = {couch_httpd, default_authentication_handler} +WWW-Authenticate = Basic realm="administrator" [log] file = %localstatelogdir%/couch.log |