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

@ -57,6 +57,18 @@ HOST_DOCKER_GID=
# ASSETS_DEBUG=
################################################################################
# Flask-Hashids #
# https://github.com/Pevtrick/Flask-Hashids #
################################################################################
# DEFAULT: 16
# HASHIDS_MIN_LENGTH=
# NOTE: Use this bash command `python -c "import uuid; print(uuid.uuid4().hex)"`
# It is strongly recommended that this is NEVER the same as the SECRET_KEY
HASHIDS_SALT=
################################################################################
# Flask-Login #
# https://flask-login.readthedocs.io/en/latest/ #