Skip to content

Commit

Permalink
Polish registry s3 endpoint env (#889)
Browse files Browse the repository at this point in the history
  • Loading branch information
YuryHrytsuk authored Nov 21, 2024
1 parent c0e11cd commit 3b4adaa
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 @@ -13,7 +13,7 @@ S3_SECRET_KEY=${REGISTRY_S3_SECRET_KEY}
S3_ENDPOINT=${S3_ENDPOINT}
S3_BUCKET=${REGISTRY_DOMAIN}
REGISTRY_S3_BUCKET=${REGISTRY_S3_BUCKET}
REGISTRY_S3_ENDPOINT=${S3_ENDPOINT}
REGISTRY_S3_ENDPOINT=${REGISTRY_S3_ENDPOINT}
REGISTRY_S3_SECURE=${REGISTRY_S3_SECURE}
REGISTRY_AWS_REGION=${REGISTRY_AWS_REGION}

Expand Down

0 comments on commit 3b4adaa

Please sign in to comment.