Show More
@@ -290,12 +290,12 b' beaker.cache.repo_cache_long.expire = 25' | |||
|
290 | 290 | #################################### |
|
291 | 291 | |
|
292 | 292 | ## .session.type is type of storage options for the session, current allowed |
|
293 |
## types are file |
|
|
294 |
|
|
|
293 | ## types are file, ext:memcached, ext:database, and memory(default). | |
|
294 | beaker.session.type = file | |
|
295 | beaker.session.data_dir = %(here)s/data/sessions/data | |
|
295 | 296 | |
|
296 | 297 | ## db based session, fast, and allows easy management over logged in users ## |
|
297 | 298 | #beaker.session.type = ext:database |
|
298 | #beaker.session.lock_dir = %(here)s/data/cache/session_db_lock | |
|
299 | 299 | #beaker.session.table_name = db_session |
|
300 | 300 | #beaker.session.sa.url = postgresql://postgres:secret@localhost/rhodecode |
|
301 | 301 | #beaker.session.sa.url = mysql://root:secret@127.0.0.1/rhodecode |
@@ -304,6 +304,7 b' beaker.cache.repo_cache_long.expire = 25' | |||
|
304 | 304 | |
|
305 | 305 | beaker.session.key = rhodecode |
|
306 | 306 | beaker.session.secret = production-rc-uytcxaz |
|
307 | #beaker.session.lock_dir = %(here)s/data/sessions/lock | |
|
307 | 308 | |
|
308 | 309 | ## Secure encrypted cookie. Requires AES and AES python libraries |
|
309 | 310 | ## you must disable beaker.session.secret to use this |
@@ -437,6 +438,13 b' vcs.server.enable = true' | |||
|
437 | 438 | vcs.server = localhost:9900 |
|
438 | 439 | # Available protocols: pyro4, http |
|
439 | 440 | vcs.server.protocol = pyro4 |
|
441 | ||
|
442 | # available impl: | |
|
443 | # vcsserver.scm_app (EE only, for testing), | |
|
444 | # rhodecode.lib.middleware.utils.scm_app_http | |
|
445 | # pyro4 | |
|
446 | #vcs.scm_app_implementation = rhodecode.lib.middleware.utils.scm_app_http | |
|
447 | ||
|
440 | 448 | vcs.server.log_level = info |
|
441 | 449 | vcs.start_server = false |
|
442 | 450 | vcs.backends = hg, git, svn |
General Comments 0
You need to be logged in to leave comments.
Login now