mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 01:56:12 +02:00

[CLEANUP] Increase the indentation in the DDEV configuration file (#996)

This is a pre-patch to the changes for upgrading DDEV in #991.
This commit is contained in:
Oliver Klee 2023-11-18 06:52:10 +01:00 committed by GitHub
parent 450905287c
commit f604ec2682
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,10 +21,10 @@ webimage_extra_packages: [parallel]
use_dns_when_possible: true
composer_version: "2"
web_environment:
- typo3DatabaseName=typo3
- typo3DatabaseHost=db
- typo3DatabaseUsername=root
- typo3DatabasePassword=root
- typo3DatabaseName=typo3
- typo3DatabaseHost=db
- typo3DatabaseUsername=root
- typo3DatabasePassword=root
nodejs_version: "16"
# Key features of ddev's config.yaml: