Updated env variable name

This commit is contained in:
2025-09-04 11:18:19 +01:00
parent f3a1c592ce
commit 9e737b25c6

View File

@@ -83,6 +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 = ["invenio.am-d-model.eu"]
APP_ALLOWED_HOSTS = ["localhost", "127.0.0.1"]