server/serverconfig.py
branchstable
changeset 8991 5238f62a430a
parent 8708 78a99960286a
child 8992 55a1567d92a0
child 8993 82ffa4b68c9e
equal deleted inserted replaced
8990:cb67b81545c2 8991:5238f62a430a
   230         # zmq services config
   230         # zmq services config
   231         ('zmq-repository-address',
   231         ('zmq-repository-address',
   232          {'type' : 'string',
   232          {'type' : 'string',
   233           'default': None,
   233           'default': None,
   234           'help': ('ZMQ URI on which the repository will be bound '
   234           'help': ('ZMQ URI on which the repository will be bound '
   235                    'to (of the form `zmqpickle-tcp://<ipaddr><port>`).'),
   235                    'to (of the form `zmqpickle-tcp://<ipaddr>:<port>`).'),
   236           'group': 'zmq', 'level': 3,
   236           'group': 'zmq', 'level': 3,
   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 `zmqpickle-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 `zmqpickle-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