Revert "Updated deprecated setting name"

This reverts commit 4a12eaa4e2.
This commit is contained in:
2025-09-04 11:04:41 +01:00
parent 7cbf04865d
commit fdac0efa0f
3 changed files with 3 additions and 3 deletions

View File

@@ -83,7 +83,7 @@ SEND_FILE_MAX_AGE_DEFAULT = 300
# provided, the allowed hosts variable is set to localhost. In production it
# should be set to the correct host and it is strongly recommended to only
# route correct hosts to the application.
TRUSTED_HOSTS = ["localhost", "127.0.0.1"]
APP_ALLOWED_HOSTS = ["localhost", "127.0.0.1"]
# Flask-SQLAlchemy