Show More
@@ -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 |
|
|
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 |
|
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