server/serverconfig.py
changeset 8350 e1c05bf6fdeb
parent 8306 4da49700b06a
child 8613 9d792e9f1c79
equal deleted inserted replaced
8349:fdb796435d7b 8350:e1c05bf6fdeb
   202           'help': 'Pyro server host, if not detectable correctly through \
   202           'help': 'Pyro server host, if not detectable correctly through \
   203 gethostname(). It may contains port information using <host>:<port> notation, \
   203 gethostname(). It may contains port information using <host>:<port> notation, \
   204 and if not set, it will be choosen randomly',
   204 and if not set, it will be choosen randomly',
   205           'group': 'pyro', 'level': 3,
   205           'group': 'pyro', 'level': 3,
   206           }),
   206           }),
   207 
   207         # zmq services config
       
   208         ('zmq-repository-address',
       
   209          {'type' : 'string',
       
   210           'default': None,
       
   211           'help': 'ZMQ URI on which the repository will be bound to.',
       
   212           'group': 'zmq', 'level': 3,
       
   213           }),
   208          ('zmq-address-sub',
   214          ('zmq-address-sub',
   209           {'type' : 'csv',
   215           {'type' : 'csv',
   210            'default' : None,
   216            'default' : None,
   211            'help': ('List of ZMQ addresses to subscribe to (requires pyzmq)'),
   217            'help': ('List of ZMQ addresses to subscribe to (requires pyzmq)'),
   212            'group': 'zmq', 'level': 1,
   218            'group': 'zmq', 'level': 1,