From 067c1ad09eeae8296f01238f90fd564c46615ee7 Mon Sep 17 00:00:00 2001 From: Gerke Date: Thu, 16 Mar 2023 11:53:22 +0100 Subject: [PATCH] fix | DNS_NAME for magento 2 projects updated All projects should use .youweagency.dev. By updating this in the env.dev all new projects will now use this in the URL. --- templates/magento-2/.env.dev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/magento-2/.env.dev b/templates/magento-2/.env.dev index 2b0d049..8bdc94b 100644 --- a/templates/magento-2/.env.dev +++ b/templates/magento-2/.env.dev @@ -7,7 +7,7 @@ GCLOUD_BUCKET_URL_MEDIA="gs:///fixtures/media.tgz" ################################################################################ # DNS configuration # ################################################################################ -DNS_NAME=".dev.mediacthq.nl" +DNS_NAME=".youweagency.dev" ################################################################################ # Remaining configuration #