##// END OF EJS Templates
db based session example for .ini
marcink -
r1660:5568b0ce beta
parent child Browse files
Show More
@@ -131,6 +131,12 b' beaker.cache.sql_cache_long.key_length ='
131 ## dbm, file, memcached, database, and memory.
131 ## dbm, file, memcached, database, and memory.
132 ## The storage uses the Container API
132 ## The storage uses the Container API
133 ##that is also used by the cache system.
133 ##that is also used by the cache system.
134
135 #db session example
136 #beaker.session.type = ext:database
137 #beaker.session.sa.url = postgresql://postgres:qwe@localhost/rhodecode
138 #beaker.session.table_name = db_session
139
134 beaker.session.type = file
140 beaker.session.type = file
135
141
136 beaker.session.key = rhodecode
142 beaker.session.key = rhodecode
@@ -130,6 +130,12 b' beaker.cache.sql_cache_long.key_length ='
130 ## dbm, file, memcached, database, and memory.
130 ## dbm, file, memcached, database, and memory.
131 ## The storage uses the Container API
131 ## The storage uses the Container API
132 ##that is also used by the cache system.
132 ##that is also used by the cache system.
133
134 #db session example
135 #beaker.session.type = ext:database
136 #beaker.session.sa.url = postgresql://postgres:qwe@localhost/rhodecode
137 #beaker.session.table_name = db_session
138
133 beaker.session.type = file
139 beaker.session.type = file
134
140
135 beaker.session.key = rhodecode
141 beaker.session.key = rhodecode
General Comments 0
You need to be logged in to leave comments. Login now