Added S3 endpoint url env variable

This commit is contained in:
2025-02-13 16:29:49 +00:00
parent eb03ed5129
commit 9f02314604

View File

@@ -1,4 +1,5 @@
INVENIO_APP_ALLOWED_HOSTS=["invenio.am-d-model.eu"]
INVENIO_S3_ENDPOINT_URL="https://s3.eu-west-1.amazonaws.com"
INVENIO_S3_REGION_NAME="eu-west-1"
INVENIO_S3_BUCKET_NAME="am-d-model-data-repository"
INVENIO_THEME_LOGO="custom_assets/ESAFORM_AM-D-Model_logo.webp"