server/serverconfig.py
branchstable
changeset 3539 f3b14d052798
parent 2959 daabb9bc5233
child 3547 0c18a6c8d9b7
equal deleted inserted replaced
3538:a5c6142cbfa8 3539:f3b14d052798
   166          {'type' : 'int',
   166          {'type' : 'int',
   167           'default': None,
   167           'default': None,
   168           'help': 'Pyro server host, if not detectable correctly through \
   168           'help': 'Pyro server host, if not detectable correctly through \
   169 gethostname(). It may contains port information using <host>:<port> notation, \
   169 gethostname(). It may contains port information using <host>:<port> notation, \
   170 and if not set, it will be choosen randomly',
   170 and if not set, it will be choosen randomly',
   171           'group': 'pyro-server', 'inputlevel': 2,
   171           'group': 'pyro', 'inputlevel': 2,
   172           }),
       
   173         ('pyro-id', # XXX reuse pyro-instance-id
       
   174          {'type' : 'string',
       
   175           'default': None,
       
   176           'help': 'identifier of the repository in the pyro name server',
       
   177           'group': 'pyro-server', 'inputlevel': 2,
       
   178           }),
   172           }),
   179         ) + CubicWebConfiguration.options)
   173         ) + CubicWebConfiguration.options)
   180 
   174 
   181     # should we open connections pools (eg connect to sources). This is usually
   175     # should we open connections pools (eg connect to sources). This is usually
   182     # necessary...
   176     # necessary...