summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJohn Christopher Anderson <jchris@apache.org>2010-01-09 20:07:50 +0000
committerJohn Christopher Anderson <jchris@apache.org>2010-01-09 20:07:50 +0000
commit84fd4ae77ef7b4c53a9159394747676a1c65ab51 (patch)
treec8a11f4cb09bf89c2108ddaf104a7e88909d14f9 /etc
parenta4d7386889ac73a69592a9c4b4e26f6c44b8e46f (diff)
make the default account db called _users, not users
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@897531 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'etc')
-rw-r--r--etc/couchdb/default.ini.tpl.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/couchdb/default.ini.tpl.in b/etc/couchdb/default.ini.tpl.in
index f490eb97..609d48f1 100644
--- a/etc/couchdb/default.ini.tpl.in
+++ b/etc/couchdb/default.ini.tpl.in
@@ -25,7 +25,7 @@ file = %localstatelogdir%/couch.log
level = info
[couch_httpd_auth]
-authentication_db = users
+authentication_db = _users
require_valid_user = false
[query_servers]