server/serverconfig.py
branchstable
changeset 3547 0c18a6c8d9b7
parent 3539 f3b14d052798
child 3589 a5432f99f2d9
child 3637 0a0e86cb5c89
equal deleted inserted replaced
3546:f0aecddf367e 3547:0c18a6c8d9b7
   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', 'inputlevel': 2,
   171           'group': 'pyro', 'inputlevel': 2,