diff --git a/.prod.env b/.prod.env index acf7050..b3f865a 100644 --- a/.prod.env +++ b/.prod.env @@ -14,8 +14,8 @@ MINIO_REGION="eu-west-1" MINIO_RETRIEVAL_BUCKET="retrieval" MINIO_LANDINGZONE_BUCKET="landingzone" MINIO_STAGING_BUCKET="staging" -MINIO_ENDPOINT="scopem-openem.ethz.ch:9000" -MINIO_EXTERNAL_ENDPOINT="scopem-openem.ethz.ch:9000" +MINIO_ENDPOINT="scopem-openemdata.ethz.ch:9000" +MINIO_EXTERNAL_ENDPOINT="scopem-openemdata.ethz.ch:9000" #### PREFECT # Prefect version used in all images PREFECT_VERSION=3.0.4-python3.11 diff --git a/backend/prefect-vars.toml b/backend/prefect-vars.toml index 8260a09..574a93a 100644 --- a/backend/prefect-vars.toml +++ b/backend/prefect-vars.toml @@ -8,11 +8,11 @@ LTS_STORAGE_ROOT = "/tmp/LTS" # Root path where LTS share is mounted LTS_FREE_SPACE_PERCENTAGE = 20 # Minimum free space percentage of the LTS before archiving task starts [minio] -MINIO_REGION = "eu-west1" # S3 region -MINIO_RETRIEVAL_BUCKET = "retrieval" # S3 bucket where datasets are retrieved to -MINIO_LANDINGZONE_BUCKET = "landingzone" # S3 bucket where datasets are uploaded to -MINIO_STAGING_BUCKET = "staging" # S3 internally used bucket where datasets are staged before copying to LTS -MINIO_ENDPOINT = "minio:9000" # S3 endpoint of storage server +MINIO_REGION = "eu-west1" # S3 region +MINIO_RETRIEVAL_BUCKET = "retrieval" # S3 bucket where datasets are retrieved to +MINIO_LANDINGZONE_BUCKET = "landingzone" # S3 bucket where datasets are uploaded to +MINIO_STAGING_BUCKET = "staging" # S3 internally used bucket where datasets are staged before copying to LTS +MINIO_ENDPOINT = "scopem-openemdata.ethz.ch:9000" # S3 endpoint of storage server [scicat] SCICAT_API_PREFIX = "/api/v3/" # Route prefix of Scicat instance