From 7b1d98333268d438c44210c0d166763f4bf255a0 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Fri, 17 Nov 2023 14:19:54 +0100 Subject: [PATCH] [CLEANUP] Increase the indentation in the DDEV confifuration file This is a pre-patch to the changes for upgrading DDEV in #991. --- .ddev/config.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.ddev/config.yaml b/.ddev/config.yaml index 473f8aa57..ae1ea55ea 100644 --- a/.ddev/config.yaml +++ b/.ddev/config.yaml @@ -9,22 +9,22 @@ xdebug_enabled: false additional_hostnames: [] additional_fqdns: [] database: - type: mariadb - version: "10.5" + type: mariadb + version: "10.5" nfs_mount_enabled: false mutagen_enabled: false hooks: - post-start: - - exec: composer install --no-progress + post-start: + - exec: composer install --no-progress omit_containers: [dba, ddev-ssh-agent] webimage_extra_packages: [parallel] use_dns_when_possible: true composer_version: "2.4" 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: