cubicweb/skeleton/development.ini.tmpl
changeset 11960 36f463441764
parent 11945 ef6b18c56b5a
child 11968 bb0dfc7d2d0e
equal deleted inserted replaced
11959:ddc05ce75319 11960:36f463441764
    23 # http://cubicweb.readthedocs.io/en/latest/book/pyramid/settings/
    23 # http://cubicweb.readthedocs.io/en/latest/book/pyramid/settings/
    24 ##
    24 ##
    25 cubicweb.instance = %%(instance)s
    25 cubicweb.instance = %%(instance)s
    26 cubicweb.bwcompat = True
    26 cubicweb.bwcompat = True
    27 cubicweb.debug = True
    27 cubicweb.debug = True
       
    28 # cubicweb.session.secret =
    28 # cubicweb.auth.authtkt.persistent.secret =
    29 # cubicweb.auth.authtkt.persistent.secret =
    29 cubicweb.auth.authtkt.persistent.secure = False
    30 cubicweb.auth.authtkt.persistent.secure = False
    30 # cubicweb.auth.authtkt.session.secret =
    31 # cubicweb.auth.authtkt.session.secret =
    31 cubicweb.auth.authtkt.session.secure = False
    32 cubicweb.auth.authtkt.session.secure = False
    32 
    33