comparison development.ini @ 1660:5568b0cea3cc beta

db based session example for .ini
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 08 Nov 2011 03:05:00 +0200
parents 8384eaabeb19
children 79a06e68a035
comparison
equal deleted inserted replaced
1658:3387b53044bf 1660:5568b0cea3cc
129 #################################### 129 ####################################
130 ## Type of storage used for the session, current types are 130 ## Type of storage used for the session, current types are
131 ## dbm, file, memcached, database, and memory. 131 ## dbm, file, memcached, database, and memory.
132 ## The storage uses the Container API 132 ## The storage uses the Container API
133 ##that is also used by the cache system. 133 ##that is also used by the cache system.
134
135 #db session example
136 #beaker.session.type = ext:database
137 #beaker.session.sa.url = postgresql://postgres:qwe@localhost/rhodecode
138 #beaker.session.table_name = db_session
139
134 beaker.session.type = file 140 beaker.session.type = file
135 141
136 beaker.session.key = rhodecode 142 beaker.session.key = rhodecode
137 beaker.session.secret = g654dcno0-9873jhgfreyu 143 beaker.session.secret = g654dcno0-9873jhgfreyu
138 beaker.session.timeout = 36000 144 beaker.session.timeout = 36000