Updated deprecated setting name

This commit is contained in:
2025-08-29 10:54:28 +01:00
parent 640109d77e
commit 4a12eaa4e2
3 changed files with 3 additions and 3 deletions
+1 -1
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.
APP_ALLOWED_HOSTS = ["localhost", "127.0.0.1"]
TRUSTED_HOSTS = ["localhost", "127.0.0.1"]
# Flask-SQLAlchemy