add default value for WTF_CSRF_ENABLED

This commit is contained in:
dandds 2018-08-07 09:33:46 -04:00 committed by richard-dds
parent b32cbd6ca6
commit d1ee3eeebd

View File

@ -21,3 +21,4 @@ SESSION_USE_SIGNER = True
PERMANENT_SESSION_LIFETIME = 600
CRL_DIRECTORY = crl
CA_CHAIN = ssl/server-certs/ca-chain.pem
WTF_CSRF_ENABLED = true