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"]