server/serverconfig.py
branchstable
changeset 8993 82ffa4b68c9e
parent 8991 5238f62a430a
child 9013 b4bcabf55e77
equal deleted inserted replaced
8991:5238f62a430a 8993:82ffa4b68c9e
   237           }),
   237           }),
   238          ('zmq-address-sub',
   238          ('zmq-address-sub',
   239           {'type' : 'csv',
   239           {'type' : 'csv',
   240            'default' : None,
   240            'default' : None,
   241            'help': ('List of ZMQ addresses to subscribe to (requires pyzmq) '
   241            'help': ('List of ZMQ addresses to subscribe to (requires pyzmq) '
   242                     '(of the form `zmqpickle-tcp://<ipaddr>:<port>`)'),
   242                     '(of the form `tcp://<ipaddr>:<port>`)'),
   243            'group': 'zmq', 'level': 1,
   243            'group': 'zmq', 'level': 1,
   244            }),
   244            }),
   245          ('zmq-address-pub',
   245          ('zmq-address-pub',
   246           {'type' : 'string',
   246           {'type' : 'string',
   247            'default' : None,
   247            'default' : None,
   248            'help': ('ZMQ address to use for publishing (requires pyzmq) '
   248            'help': ('ZMQ address to use for publishing (requires pyzmq) '
   249                     '(of the form `zmqpickle-tcp://<ipaddr>:<port>`)'),
   249                     '(of the form `tcp://<ipaddr>:<port>`)'),
   250            'group': 'zmq', 'level': 1,
   250            'group': 'zmq', 'level': 1,
   251            }),
   251            }),
   252         ) + CubicWebConfiguration.options)
   252         ) + CubicWebConfiguration.options)
   253 
   253 
   254     # should we init the connections pool (eg connect to sources). This is
   254     # should we init the connections pool (eg connect to sources). This is