diff options
author | John Christopher Anderson <jchris@apache.org> | 2010-04-29 18:33:34 +0000 |
---|---|---|
committer | John Christopher Anderson <jchris@apache.org> | 2010-04-29 18:33:34 +0000 |
commit | cbfb602d251557668146b2a28f8e58038c613318 (patch) | |
tree | c8a90cd1a28e891a5c7ada8fa6fda7e6b3ae4d85 /etc/couchdb | |
parent | 6b26fd1f09be1e50c7c17d6fcc8f61f1c1a4ba37 (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/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 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 |