##// END OF EJS Templates
ini: small updates for development.ini
marcink -
r73:b8fde7b9 default
parent child Browse files
Show More
@@ -331,7 +331,7 b' beaker.cache.repo_cache_long.expire = 25'
331 ####################################
331 ####################################
332
332
333 ## .session.type is type of storage options for the session, current allowed
333 ## .session.type is type of storage options for the session, current allowed
334 ## types are file, ext:memcached, ext:database, and memory(default).
334 ## types are file, ext:memcached, ext:database, and memory (default).
335 beaker.session.type = file
335 beaker.session.type = file
336 beaker.session.data_dir = %(here)s/data/sessions/data
336 beaker.session.data_dir = %(here)s/data/sessions/data
337
337
@@ -387,7 +387,7 b' appenlight = false'
387
387
388 appenlight.server_url = https://api.appenlight.com
388 appenlight.server_url = https://api.appenlight.com
389 appenlight.api_key = YOUR_API_KEY
389 appenlight.api_key = YOUR_API_KEY
390 ;appenlight.transport_config = https://api.appenlight.com?threaded=1&timeout=5
390 #appenlight.transport_config = https://api.appenlight.com?threaded=1&timeout=5
391
391
392 # used for JS client
392 # used for JS client
393 appenlight.api_public_key = YOUR_API_PUBLIC_KEY
393 appenlight.api_public_key = YOUR_API_PUBLIC_KEY
@@ -480,10 +480,10 b' vcs.server = localhost:9900'
480 # Available protocols: pyro4, http
480 # Available protocols: pyro4, http
481 vcs.server.protocol = pyro4
481 vcs.server.protocol = pyro4
482
482
483 # available impl:
483 ## available backends are:
484 # vcsserver.scm_app (EE only, for testing),
484 ## `rhodecode.lib.middleware.utils.scm_app_http` (Http based, recommended)
485 # rhodecode.lib.middleware.utils.scm_app_http
485 ## `vcsserver.scm_app` (EE only)
486 # pyro4
486 ## `pyro4`
487 #vcs.scm_app_implementation = rhodecode.lib.middleware.utils.scm_app_http
487 #vcs.scm_app_implementation = rhodecode.lib.middleware.utils.scm_app_http
488
488
489 vcs.server.log_level = debug
489 vcs.server.log_level = debug
General Comments 0
You need to be logged in to leave comments. Login now