Update Flask Hashids

This commit is contained in:
Patrick Jentsch
2023-01-20 08:58:41 +01:00
parent 7a9e6f5d6f
commit 62bd21ad84
3 changed files with 14 additions and 1 deletions

View File

@ -36,6 +36,7 @@ class Config:
''' # Flask-Hashids '''
HASHIDS_MIN_LENGTH = 16
HASHIDS_SALT=os.environ.get('HASHIDS_SALT')
''' # Flask-Login # '''
REMEMBER_COOKIE_SECURE = \