config.py
23 lines
| 366 B
| text/x-python
|
PythonLexer
MinRK
|
r3539 | """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, | ||||
MinRK
|
r3550 | 'logport': 20202 | ||
MinRK
|
r3539 | } | ||