Skip to content

Commit

Permalink
Fix registry bucket name bug on staging.osparc.io
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiser committed Oct 24, 2023
1 parent 145f62b commit 5829416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/registry/template.env
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ S3_ACCESS_KEY=${REGISTRY_S3_ACCESS_KEY}
S3_SECRET_KEY=${REGISTRY_S3_SECRET_KEY}
S3_ENDPOINT=${S3_ENDPOINT}
S3_BUCKET=${REGISTRY_DOMAIN}
REGISTRY_S3_BUCKET=${REGISTRY_DOMAIN}
REGISTRY_S3_BUCKET=${REGISTRY_S3_BUCKET}
REGISTRY_S3_ENDPOINT=${S3_ENDPOINT}
REGISTRY_S3_SECURE=${REGISTRY_S3_SECURE}
AWS_REGION=${REGISTRY_AWS_REGION}

0 comments on commit 5829416

Please sign in to comment.