comparison production.ini @ 1662:f62a960bae39 beta

Automated merge with https://bitbucket.org/marcinkuzminski/rhodecode
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 08 Nov 2011 17:13:59 +0200
parents 5568b0cea3cc
children 79a06e68a035
comparison
equal deleted inserted replaced
1659:40db9e086773 1662:f62a960bae39
128 #################################### 128 ####################################
129 ## Type of storage used for the session, current types are 129 ## Type of storage used for the session, current types are
130 ## dbm, file, memcached, database, and memory. 130 ## dbm, file, memcached, database, and memory.
131 ## The storage uses the Container API 131 ## The storage uses the Container API
132 ##that is also used by the cache system. 132 ##that is also used by the cache system.
133
134 #db session example
135 #beaker.session.type = ext:database
136 #beaker.session.sa.url = postgresql://postgres:qwe@localhost/rhodecode
137 #beaker.session.table_name = db_session
138
133 beaker.session.type = file 139 beaker.session.type = file
134 140
135 beaker.session.key = rhodecode 141 beaker.session.key = rhodecode
136 beaker.session.secret = g654dcno0-9873jhgfreyu 142 beaker.session.secret = g654dcno0-9873jhgfreyu
137 beaker.session.timeout = 36000 143 beaker.session.timeout = 36000