##// END OF EJS Templates
ini: small updates for development.ini
marcink -
r73:b8fde7b9 default
parent child Browse files
Show More
@@ -387,7 +387,7 b' appenlight = false'
387 387
388 388 appenlight.server_url = https://api.appenlight.com
389 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 392 # used for JS client
393 393 appenlight.api_public_key = YOUR_API_PUBLIC_KEY
@@ -480,10 +480,10 b' vcs.server = localhost:9900'
480 480 # Available protocols: pyro4, http
481 481 vcs.server.protocol = pyro4
482 482
483 # available impl:
484 # vcsserver.scm_app (EE only, for testing),
485 # rhodecode.lib.middleware.utils.scm_app_http
486 # pyro4
483 ## available backends are:
484 ## `rhodecode.lib.middleware.utils.scm_app_http` (Http based, recommended)
485 ## `vcsserver.scm_app` (EE only)
486 ## `pyro4`
487 487 #vcs.scm_app_implementation = rhodecode.lib.middleware.utils.scm_app_http
488 488
489 489 vcs.server.log_level = debug
General Comments 0
You need to be logged in to leave comments. Login now