comparison production.ini @ 1831:ca302053d9c2 beta

removed default encryption in inis to not require AES
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 05 Jan 2012 16:47:48 +0200
parents 5948ab03e639
children a6a30c919513
comparison
equal deleted inserted replaced
1830:2514651c186a 1831:ca302053d9c2
142 ## encrypted cookie session, good for many instances 142 ## encrypted cookie session, good for many instances
143 #beaker.session.type = cookie 143 #beaker.session.type = cookie
144 144
145 beaker.session.type = file 145 beaker.session.type = file
146 beaker.session.key = rhodecode 146 beaker.session.key = rhodecode
147 beaker.session.encrypt_key = g654dcno0-9873jhgfreyu 147 #beaker.session.encrypt_key = g654dcno0-9873jhgfreyu
148 beaker.session.validate_key = 9712sds2212c--zxc123 148 #beaker.session.validate_key = 9712sds2212c--zxc123
149 beaker.session.timeout = 36000 149 beaker.session.timeout = 36000
150 beaker.session.httponly = true 150 beaker.session.httponly = true
151 151
152 ## uncomment for https secure cookie 152 ## uncomment for https secure cookie
153 beaker.session.secure = false 153 beaker.session.secure = false