From f88185fc11fb3ca2256c5e337a64ea56a17cf745 Mon Sep 17 00:00:00 2001 From: ryantfowler <2093288+ryantfowler@users.noreply.github.com> Date: Tue, 28 Mar 2023 03:13:35 -0700 Subject: [PATCH] Reverted potentially unintentional variable removal --- environments/magento2.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/environments/magento2.md b/environments/magento2.md index 4a890f6..bbd647f 100644 --- a/environments/magento2.md +++ b/environments/magento2.md @@ -17,6 +17,13 @@ In addition to the below manual process, there is a `Github Template available f The result of this command is a `.env` file in the project root (tip: commit this to your VCS to share the configuration with other team members) having the following contents: + WARDEN_ENV_NAME=exampleproject + WARDEN_ENV_TYPE=magento2 + WARDEN_WEB_ROOT=/ + + TRAEFIK_DOMAIN=exampleproject.test + TRAEFIK_SUBDOMAIN=app + WARDEN_DB=1 WARDEN_ELASTICSEARCH=0 WARDEN_OPENSEARCH=1