summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJohn Christopher Anderson <jchris@apache.org>2010-04-29 18:33:34 +0000
committerJohn Christopher Anderson <jchris@apache.org>2010-04-29 18:33:34 +0000
commitcbfb602d251557668146b2a28f8e58038c613318 (patch)
treec8a90cd1a28e891a5c7ada8fa6fda7e6b3ae4d85 /etc
parent6b26fd1f09be1e50c7c17d6fcc8f61f1c1a4ba37 (diff)
add auth timeout to default.ini instead of just relying on coded default
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@939442 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'etc')
-rw-r--r--etc/couchdb/default.ini.tpl.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/couchdb/default.ini.tpl.in b/etc/couchdb/default.ini.tpl.in
index f523186b..d6f52096 100644
--- a/etc/couchdb/default.ini.tpl.in
+++ b/etc/couchdb/default.ini.tpl.in
@@ -26,6 +26,7 @@ level = info
[couch_httpd_auth]
authentication_db = _users
require_valid_user = false
+timeout = 600 ; number of seconds before automatic logout
[query_servers]
javascript = %bindir%/%couchjs_command_name% %localbuilddatadir%/server/main.js