# HG changeset patch # User Marcin Kuzminski # Date 2011-11-08 02:05:00 # Node ID 5568b0cea3cca7a3bd9e8d966ebc28e400ad3f26 # Parent 3387b53044bfe36c246815daadb4986e2117fc28 db based session example for .ini diff --git a/development.ini b/development.ini --- a/development.ini +++ b/development.ini @@ -131,6 +131,12 @@ beaker.cache.sql_cache_long.key_length = ## 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 diff --git a/production.ini b/production.ini --- a/production.ini +++ b/production.ini @@ -130,6 +130,12 @@ beaker.cache.sql_cache_long.key_length = ## 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