diff development.ini @ 1662:f62a960bae39 beta

Automated merge with https://bitbucket.org/marcinkuzminski/rhodecode
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 08 Nov 2011 17:13:59 +0200
parents 5568b0cea3cc
children 79a06e68a035
line wrap: on
line diff
--- a/development.ini	Mon Nov 07 16:06:24 2011 -0500
+++ b/development.ini	Tue Nov 08 17:13:59 2011 +0200
@@ -131,6 +131,12 @@
 ## dbm, file, memcached, database, and memory. 
 ## The storage uses the Container API 
 ##that is also used by the cache system.
+
+#db session example
+#beaker.session.type = ext:database
+#beaker.session.sa.url = postgresql://postgres:qwe@localhost/rhodecode
+#beaker.session.table_name = db_session 
+
 beaker.session.type = file
 
 beaker.session.key = rhodecode