docs/narr/settings.rst
changeset 11587 18dd303225cd
parent 11565 6398be12f8e6
child 11588 50e1fda83837
equal deleted inserted replaced
11586:c7a25122af4d 11587:18dd303225cd
    65     redis.sessions.timeout = 1200
    65     redis.sessions.timeout = 1200
    66 
    66 
    67     redis.sessions.host = mywheezy
    67     redis.sessions.host = mywheezy
    68 
    68 
    69 The Pyramid CubicWeb specific configuration entries are:
    69 The Pyramid CubicWeb specific configuration entries are:
       
    70 
       
    71 .. confval:: cubicweb.instance (string)
       
    72 
       
    73     A CubicWeb instance name. Useful when the application is not run by
       
    74     :ref:`cubicweb-ctl_pyramid`.
       
    75 
       
    76 .. confval:: cubicweb.debug (bool)
       
    77 
       
    78     Enables the cubicweb debugmode. Works only if the instance is setup by
       
    79     :confval:`cubicweb.instance`.
       
    80 
       
    81     Unlike when the debugmode is set by the :option:`cubicweb-ctl pyramid --debug-mode`
       
    82     command, the pyramid debug options are untouched.
    70 
    83 
    71 .. confval:: cubicweb.includes (list)
    84 .. confval:: cubicweb.includes (list)
    72 
    85 
    73     Same as ``pyramid.includes``, but the includes are done after the cubicweb
    86     Same as ``pyramid.includes``, but the includes are done after the cubicweb
    74     specific registry entries are initialized.
    87     specific registry entries are initialized.