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