server/serverconfig.py
changeset 3589 a5432f99f2d9
parent 2968 0e3460341023
parent 3547 0c18a6c8d9b7
child 3674 387d51af966d
equal deleted inserted replaced
3536:f6c9a5df80fb 3589:a5432f99f2d9
   161 notified of every changes.',
   161 notified of every changes.',
   162           'group': 'email', 'inputlevel': 2,
   162           'group': 'email', 'inputlevel': 2,
   163           }),
   163           }),
   164         # pyro server.serverconfig
   164         # pyro server.serverconfig
   165         ('pyro-host',
   165         ('pyro-host',
   166          {'type' : 'int',
   166          {'type' : 'string',
   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...