cubicweb/pyramid/development.ini.tmpl
branch3.25
changeset 12084 2c83063b28e3
parent 12073 339b26bf17d2
child 12186 36f1c7ab9010
equal deleted inserted replaced
12083:af5e5137d6a8 12084:2c83063b28e3
    10 pyramid.debug_authorization = false
    10 pyramid.debug_authorization = false
    11 pyramid.debug_notfound = false
    11 pyramid.debug_notfound = false
    12 pyramid.debug_routematch = false
    12 pyramid.debug_routematch = false
    13 pyramid.default_locale_name = en
    13 pyramid.default_locale_name = en
    14 pyramid.includes =
    14 pyramid.includes =
    15     pyramid_debugtoolbar
       
    16     cubicweb_%(cubename)s
    15     cubicweb_%(cubename)s
    17 
    16 
    18 # By default, the toolbar only appears for clients from IP addresses
    17 # By default, the toolbar only appears for clients from IP addresses
    19 # '127.0.0.1' and '::1'.
    18 # '127.0.0.1' and '::1'.
    20 # debugtoolbar.hosts = 127.0.0.1 ::1
    19 # debugtoolbar.hosts = 127.0.0.1 ::1