web/webconfig.py
branchstable
changeset 5554 9b7bdbfee68b
parent 5515 513af9be9e37
child 5555 a64f48dd5fe4
equal deleted inserted replaced
5553:646737f80c88 5554:9b7bdbfee68b
    81     options = merge_options(CubicWebConfiguration.options + (
    81     options = merge_options(CubicWebConfiguration.options + (
    82         ('anonymous-user',
    82         ('anonymous-user',
    83          {'type' : 'string',
    83          {'type' : 'string',
    84           'default': None,
    84           'default': None,
    85           'help': 'login of the CubicWeb user account to use for anonymous user (if you want to allow anonymous)',
    85           'help': 'login of the CubicWeb user account to use for anonymous user (if you want to allow anonymous)',
    86           'group': 'main', 'level': 1,
    86           'group': 'web', 'level': 1,
    87           }),
    87           }),
    88         ('anonymous-password',
    88         ('anonymous-password',
    89          {'type' : 'string',
    89          {'type' : 'string',
    90           'default': None,
    90           'default': None,
    91           'help': 'password of the CubicWeb user account to use for anonymous user, '
    91           'help': 'password of the CubicWeb user account to use for anonymous user, '
    92           'if anonymous-user is set',
    92           'if anonymous-user is set',
    93           'group': 'main', 'level': 1,
    93           'group': 'web', 'level': 1,
    94           }),
    94           }),
    95         ('query-log-file',
    95         ('query-log-file',
    96          {'type' : 'string',
    96          {'type' : 'string',
    97           'default': None,
    97           'default': None,
    98           'help': 'web instance query log file',
    98           'help': 'web instance query log file',
    99           'group': 'main', 'level': 3,
    99           'group': 'web', 'level': 3,
   100           }),
   100           }),
   101         # web configuration
   101         # web configuration
   102         ('https-url',
   102         ('https-url',
   103          {'type' : 'string',
   103          {'type' : 'string',
   104           'default': None,
   104           'default': None,