cubicweb/pyramid/development.ini.tmpl
branch3.25
changeset 12186 36f1c7ab9010
parent 12084 2c83063b28e3
child 12245 cd760c411242
equal deleted inserted replaced
12185:c46f2bf815d2 12186:36f1c7ab9010
    21 ##
    21 ##
    22 # CubicWeb instance settings
    22 # CubicWeb instance settings
    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 = false
       
    27 cubicweb.debug = true
    26 cubicweb.debug = true
    28 cubicweb.session.secret = %(session-secret)s
    27 cubicweb.session.secret = %(session-secret)s
    29 cubicweb.auth.authtkt.persistent.secure = false
    28 cubicweb.auth.authtkt.persistent.secure = false
    30 cubicweb.auth.authtkt.persistent.secret = %(auth-authtkt-persistent-secret)s
    29 cubicweb.auth.authtkt.persistent.secret = %(auth-authtkt-persistent-secret)s
    31 cubicweb.auth.authtkt.session.secure = false
    30 cubicweb.auth.authtkt.session.secure = false