web/webconfig.py
changeset 8850 4032499c701e
parent 8669 62213a34726e
child 8889 be91151107f6
equal deleted inserted replaced
8849:7da8339cd768 8850:4032499c701e
   109           'default': None,
   109           'default': None,
   110           'help': 'web instance query log file',
   110           'help': 'web instance query log file',
   111           'group': 'web', 'level': 3,
   111           'group': 'web', 'level': 3,
   112           }),
   112           }),
   113         # web configuration
   113         # web configuration
       
   114         ('ui-cube',
       
   115          {'type' : 'string',
       
   116           'default': None,
       
   117           'help': 'the name of the UI cube that will be loaded before all other '\
       
   118           'cubes. Setting this value to None will instruct cubicweb not to load '\
       
   119           'any extra cube.',
       
   120           'group': 'web', 'level': 3,
       
   121           }),
   114         ('https-url',
   122         ('https-url',
   115          {'type' : 'string',
   123          {'type' : 'string',
   116           'default': None,
   124           'default': None,
   117           'help': 'web server root url on https. By specifying this option your '\
   125           'help': 'web server root url on https. By specifying this option your '\
   118           'site can be available as an http and https site. Authenticated users '\
   126           'site can be available as an http and https site. Authenticated users '\