Changeset - ca302053d9c2
[Not reviewed]
beta
0 2 0
Marcin Kuzminski - 14 years ago 2012-01-05 15:47:48
marcin@python-works.com
removed default encryption in inis to not require AES
2 files changed with 4 insertions and 4 deletions:
0 comments (0 inline, 0 general)
development.ini
Show inline comments
 
@@ -144,8 +144,8 @@ beaker.cache.sql_cache_long.key_length =
 

	
 
beaker.session.type = file
 
beaker.session.key = rhodecode
 
beaker.session.encrypt_key = g654dcno0-9873jhgfreyu
 
beaker.session.validate_key = 9712sds2212c--zxc123
 
#beaker.session.encrypt_key = g654dcno0-9873jhgfreyu
 
#beaker.session.validate_key = 9712sds2212c--zxc123
 
beaker.session.timeout = 36000
 
beaker.session.httponly = true
 

	
production.ini
Show inline comments
 
@@ -144,8 +144,8 @@ beaker.cache.sql_cache_long.key_length =
 

	
 
beaker.session.type = file
 
beaker.session.key = rhodecode
 
beaker.session.encrypt_key = g654dcno0-9873jhgfreyu
 
beaker.session.validate_key = 9712sds2212c--zxc123
 
#beaker.session.encrypt_key = g654dcno0-9873jhgfreyu
 
#beaker.session.validate_key = 9712sds2212c--zxc123
 
beaker.session.timeout = 36000
 
beaker.session.httponly = true
 

	
0 comments (0 inline, 0 general)