##// END OF EJS Templates
prep newparallel for rebase...
prep newparallel for rebase This mainly involves checking out files @ 568f2f43077a78ee65f86c28b9d9ab63fc2b279f, to allow for cleaner application of changes after that point, where there are no longer name conflicts.

File last commit:

r3539:fcee637f
r3539:fcee637f
Show More
config.py
23 lines | 366 B | text/x-python | PythonLexer
"""setup the ports"""
config = {
'interface': 'tcp://127.0.0.1',
'regport': 10101,
'heartport': 10102,
'cqueueport': 10211,
'equeueport': 10111,
'ctaskport': 10221,
'etaskport': 10121,
'ccontrolport': 10231,
'econtrolport': 10131,
'clientport': 10201,
'notifierport': 10202,
'logport': 20201
}