cwconfig.py
changeset 6782 b5d6f5391695
parent 6779 accf5978a440
child 6788 0f31ed3fff79
equal deleted inserted replaced
6762:812445504835 6782:b5d6f5391695
   315          {'type' : 'string', # XXX use a dedicated type?
   315          {'type' : 'string', # XXX use a dedicated type?
   316           'default': 'WARNING',
   316           'default': 'WARNING',
   317           'help': 'server\'s log level',
   317           'help': 'server\'s log level',
   318           'group': 'main', 'level': 1,
   318           'group': 'main', 'level': 1,
   319           }),
   319           }),
       
   320         ('umask',
       
   321          {'type' : 'int',
       
   322           'default': 077,
       
   323           'help': 'permission umask for files created by the server',
       
   324           'group': 'main', 'level': 2,
       
   325           }),
   320         # pyro options
   326         # pyro options
   321         ('pyro-instance-id',
   327         ('pyro-instance-id',
   322          {'type' : 'string',
   328          {'type' : 'string',
   323           'default': Method('default_instance_id'),
   329           'default': Method('default_instance_id'),
   324           'help': 'identifier of the CubicWeb instance in the Pyro name server',
   330           'help': 'identifier of the CubicWeb instance in the Pyro name server',