Project

General

Profile

Task #4237

Updated by Marcin Kuzminski [CTO] over 7 years ago

We must enable http support by default. We need to make sure that the defaults are now NOT pyro4 but the http backends. It means that commented out .ini settings should now default into http mode for hooks, scm_app, and server.  

 - we need to make sure http mode is used for testing 
 - we should make sure that any auto-runned vcsserver is in http mode not pyro 
 - we need to make sure on control side that we now spawn http mode should be in default config so even with things commented in the .ini the default mode should be http deamon and NOT pyro4 one.

Back