server/serverconfig.py
changeset 8211 543e1579ba0d
parent 7896 4c954e1e73ef
child 8216 99ff746e8de8
equal deleted inserted replaced
8210:1d1cfc97f6b9 8211:543e1579ba0d
   205           'help': 'Pyro server host, if not detectable correctly through \
   205           'help': 'Pyro server host, if not detectable correctly through \
   206 gethostname(). It may contains port information using <host>:<port> notation, \
   206 gethostname(). It may contains port information using <host>:<port> notation, \
   207 and if not set, it will be choosen randomly',
   207 and if not set, it will be choosen randomly',
   208           'group': 'pyro', 'level': 3,
   208           'group': 'pyro', 'level': 3,
   209           }),
   209           }),
       
   210 
       
   211          ('zmq-address-sub',
       
   212           {'type' : 'csv',
       
   213            'default' : None,
       
   214            'help': ('List of ZMQ addresses to subscribe to (requires pyzmq)'),
       
   215            'group': 'zmq', 'level': 1,
       
   216            }),
       
   217          ('zmq-address-pub',
       
   218           {'type' : 'string',
       
   219            'default' : None,
       
   220            'help': ('ZMQ address to use for publishing (requires pyzmq)'),
       
   221            'group': 'zmq', 'level': 1,
       
   222            }),
   210         ) + CubicWebConfiguration.options)
   223         ) + CubicWebConfiguration.options)
   211 
   224 
   212     # should we init the connections pool (eg connect to sources). This is
   225     # should we init the connections pool (eg connect to sources). This is
   213     # usually necessary...
   226     # usually necessary...
   214     init_cnxset_pool = True
   227     init_cnxset_pool = True