cubicweb/pyramid/pyramid.ini.tmpl
author Philippe Pepiot <philippe.pepiot@logilab.fr>
Tue, 17 Mar 2020 13:34:54 +0100
changeset 12917 db0f56b19583
parent 12588 fa292e905edc
permissions -rw-r--r--
[pkg] merge 3.27 Require python >= 3.6 since recent typing notations require >= 3.6
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
12588
fa292e905edc [pyramid/enh] generate pyramid.ini "create" and on "pyramid" command if needed
Laurent Peuch <cortex@worlddomination.be>
parents:
diff changeset
     1
[main]
fa292e905edc [pyramid/enh] generate pyramid.ini "create" and on "pyramid" command if needed
Laurent Peuch <cortex@worlddomination.be>
parents:
diff changeset
     2
fa292e905edc [pyramid/enh] generate pyramid.ini "create" and on "pyramid" command if needed
Laurent Peuch <cortex@worlddomination.be>
parents:
diff changeset
     3
cubicweb.session.secret = %(secret_1)s
fa292e905edc [pyramid/enh] generate pyramid.ini "create" and on "pyramid" command if needed
Laurent Peuch <cortex@worlddomination.be>
parents:
diff changeset
     4
cubicweb.auth.authtkt.session.secret = %(secret_2)s
fa292e905edc [pyramid/enh] generate pyramid.ini "create" and on "pyramid" command if needed
Laurent Peuch <cortex@worlddomination.be>
parents:
diff changeset
     5
cubicweb.auth.authtkt.persistent.secret = %(secret_3)s
fa292e905edc [pyramid/enh] generate pyramid.ini "create" and on "pyramid" command if needed
Laurent Peuch <cortex@worlddomination.be>
parents:
diff changeset
     6
cubicweb.auth.authtkt.session.secure = no
fa292e905edc [pyramid/enh] generate pyramid.ini "create" and on "pyramid" command if needed
Laurent Peuch <cortex@worlddomination.be>
parents:
diff changeset
     7
cubicweb.auth.authtkt.persistent.secure = no