changeset 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 2514651c186a
children b9708d66277c
files development.ini production.ini
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/development.ini	Wed Jan 04 04:43:31 2012 +0200
+++ b/development.ini	Thu Jan 05 16:47:48 2012 +0200
@@ -144,8 +144,8 @@
 
 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
 
--- a/production.ini	Wed Jan 04 04:43:31 2012 +0200
+++ b/production.ini	Thu Jan 05 16:47:48 2012 +0200
@@ -144,8 +144,8 @@
 
 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