Skip to content

Commit 39b7e01

Browse files
Update Setup.rst (#734)
There is a small typo ; in the ddev yaml config the `environment` property should be named `web_environment` (cf: https://raw.githubusercontent.com/ddev/ddev/master/pkg/ddevapp/schema.json). Co-authored-by: tmmschmit <[email protected]>
1 parent ef92b76 commit 39b7e01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/Installation/Setup.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Edit your :file:`.ddev/config.yaml` and add:
8585
.. code-block:: yaml
8686
:caption: .ddev/config.yaml
8787
88-
environment:
88+
web_environment:
8989
- TYPO3_CONTEXT=Development/DDEV
9090
9191
Restart DDEV to apply the changes:

0 commit comments

Comments
 (0)