From 9e737b25c6e7eb5d5a9c48b1edab17adea6c3e27 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Thu, 4 Sep 2025 11:18:19 +0100 Subject: [PATCH] Updated env variable name --- invenio/invenio.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/invenio/invenio.cfg b/invenio/invenio.cfg index a9556c1..127e5c2 100644 --- a/invenio/invenio.cfg +++ b/invenio/invenio.cfg @@ -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"]