Skip to content

Commit 640bb25

Browse files
authored
Update magenx.tf
1 parent fb456ec commit 640bb25

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

magenx.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1736,6 +1736,8 @@ mainSteps:
17361736
su ${var.app["brand"]} -s /bin/bash -c "bin/magento config:set smtp/configuration_option/test_email/from general"
17371737
su ${var.app["brand"]} -s /bin/bash -c 'bin/magento config:set smtp/configuration_option/test_email/to ${var.app["admin_email"]}'
17381738
su ${var.app["brand"]} -s /bin/bash -c "bin/magento config:set smtp/developer/developer_mode 0"
1739+
## explicitly set the new catalog media url format
1740+
su ${var.app["brand"]} -s /bin/bash -c "bin/magento config:set web/url/catalog_media_url_format image_optimization_parameters"
17391741
## configure cloudfront media base url
17401742
su ${var.app["brand"]} -s /bin/bash -c "bin/magento config:set web/unsecure/base_media_url https://${aws_cloudfront_distribution.this.domain_name}/"
17411743
su ${var.app["brand"]} -s /bin/bash -c "bin/magento config:set web/secure/base_media_url https://${aws_cloudfront_distribution.this.domain_name}/"

0 commit comments

Comments
 (0)