Skip to content
Snippets Groups Projects
Commit 8d9bb6be authored by Marco De Donno's avatar Marco De Donno
Browse files

Patch the dev environment (insensitive to the case)

parent 806ee88f
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ sender = os.environ.get( "SMTP_SENDER", "icnml@unil.ch" )
POPPLER_PATH = os.environ.get( "POPPLER_PATH", "" )
if envtype != "DEV":
if envtype.upper() != "DEV":
SESSION_COOKIE_SECURE = True
SESSION_COOKIE_SAMESITE = "Strict"
domain = "https://icnml.unil.ch"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment