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