diff -r 6b08ba99b40e -r fa292e905edc cubicweb/pyramid/pyramid.ini.tmpl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cubicweb/pyramid/pyramid.ini.tmpl Wed May 08 20:53:49 2019 +0200 @@ -0,0 +1,7 @@ +[main] + +cubicweb.session.secret = %(secret_1)s +cubicweb.auth.authtkt.session.secret = %(secret_2)s +cubicweb.auth.authtkt.persistent.secret = %(secret_3)s +cubicweb.auth.authtkt.session.secure = no +cubicweb.auth.authtkt.persistent.secure = no