equal
deleted
inserted
replaced
194 {'type' : 'csv', |
194 {'type' : 'csv', |
195 'default': (), |
195 'default': (), |
196 'help': 'comma separated list of email addresses that will be \ |
196 'help': 'comma separated list of email addresses that will be \ |
197 notified of every changes.', |
197 notified of every changes.', |
198 'group': 'email', 'level': 2, |
198 'group': 'email', 'level': 2, |
199 }), |
|
200 # zmq services config |
|
201 ('zmq-repository-address', |
|
202 {'type' : 'string', |
|
203 'default': None, |
|
204 'help': ('ZMQ URI on which the repository will be bound ' |
|
205 'to (of the form `zmqpickle-tcp://<ipaddr>:<port>`).'), |
|
206 'group': 'zmq', 'level': 3, |
|
207 }), |
199 }), |
208 ('zmq-address-sub', |
200 ('zmq-address-sub', |
209 {'type' : 'csv', |
201 {'type' : 'csv', |
210 'default' : None, |
202 'default' : None, |
211 'help': ('List of ZMQ addresses to subscribe to (requires pyzmq) ' |
203 'help': ('List of ZMQ addresses to subscribe to (requires pyzmq) ' |