diff production.ini @ 3963:60900e877b31

merge beta into dev
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 07 Jun 2013 19:31:29 +0200
parents 5293d4bbb1ea c9ca7fa55b0d
children 5aa571d559bf
line wrap: on
line diff
--- a/production.ini	Fri Jun 07 00:31:11 2013 +0200
+++ b/production.ini	Fri Jun 07 19:31:29 2013 +0200
@@ -293,9 +293,11 @@
 ## file based cookies (default) ##
 #beaker.session.type = file
 
+beaker.session.key = rhodecode
+beaker.session.secret = ${app_instance_uuid}
 
-beaker.session.key = rhodecode
-## secure cookie requires AES python libraries
+## Secure encrypted cookie. Requires AES and AES python libraries
+## you must disable beaker.session.secret to use this
 #beaker.session.encrypt_key = <key_for_encryption>
 #beaker.session.validate_key = <validation_key>