do not change FLASK_SECRET at each new deployment

This commit is contained in:
Son NK 2019-08-16 10:25:41 +02:00
parent c76d55bf40
commit 40f8c610d2
1 changed files with 0 additions and 2 deletions

View File

@ -49,8 +49,6 @@ DB_URI = os.environ["DB_URI"]
# Flask secret
FLASK_SECRET = os.environ["FLASK_SECRET"]
# invalidate the session at each new version by changing the secret
FLASK_SECRET = FLASK_SECRET + SHA1
# AWS
AWS_REGION = "eu-west-3"