Skip to content

Commit f88185f

Browse files
committed
Reverted potentially unintentional variable removal
1 parent 27584c3 commit f88185f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

environments/magento2.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ In addition to the below manual process, there is a `Github Template available f
1717

1818
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:
1919

20+
WARDEN_ENV_NAME=exampleproject
21+
WARDEN_ENV_TYPE=magento2
22+
WARDEN_WEB_ROOT=/
23+
24+
TRAEFIK_DOMAIN=exampleproject.test
25+
TRAEFIK_SUBDOMAIN=app
26+
2027
WARDEN_DB=1
2128
WARDEN_ELASTICSEARCH=0
2229
WARDEN_OPENSEARCH=1

0 commit comments

Comments
 (0)