From cae923973a95ab4df07fc17d08de0b3e3a2159ff Mon Sep 17 00:00:00 2001 From: Brook Elgie Date: Wed, 29 Oct 2014 14:11:13 +0000 Subject: [PATCH] [#1943] Add settings to development template --- ckan/config/deployment.ini_tmpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ckan/config/deployment.ini_tmpl b/ckan/config/deployment.ini_tmpl index e427f9c625c..0c0d2ab0b2d 100644 --- a/ckan/config/deployment.ini_tmpl +++ b/ckan/config/deployment.ini_tmpl @@ -40,7 +40,9 @@ app_instance_uuid = ${app_instance_uuid} who.config_file = %(here)s/who.ini who.log_level = warning who.log_file = %(cache_dir)s/who_log.ini - +# Session timeout (user logged out after period of inactivity, in seconds) +who.timeout = 3600 +#who.reissue_time = 360 ## Database Settings sqlalchemy.url = postgresql://ckan_default:pass@localhost/ckan_default