From 1aec3d674e76f4254d3253d7b4217c12c86b4bd2 Mon Sep 17 00:00:00 2001 From: tmmschmit <60105862+tmmschmit@users.noreply.github.com> Date: Wed, 14 May 2025 14:17:08 -0400 Subject: [PATCH] Update Setup.rst 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). --- Documentation/Installation/Setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Installation/Setup.rst b/Documentation/Installation/Setup.rst index a2016953..31285032 100644 --- a/Documentation/Installation/Setup.rst +++ b/Documentation/Installation/Setup.rst @@ -85,7 +85,7 @@ Edit your :file:`.ddev/config.yaml` and add: .. code-block:: yaml :caption: .ddev/config.yaml - environment: + web_environment: - TYPO3_CONTEXT=Development/DDEV Restart DDEV to apply the changes: