Skip to content

[TASK] Move environment variables to ddev config file

Jochen requested to merge ochorocho/typo3-distribution:task/use-env-vars into main

"web_environment" now includes all environment variables used. This allows the user to configure the values.

.ddev/commands/host/typo3-init and .ddev/docker-compose.context.yaml contained some values a user might want to configure. These variables have been moved to .ddev/config.yaml.

Merge request reports