Skip to content

Commit

Permalink
[CLEANUP] Increase the indentation in the DDEV configuration file
Browse files Browse the repository at this point in the history
This is a pre-patch to the changes for upgrading DDEV in #991.
  • Loading branch information
oliverklee committed Nov 17, 2023
1 parent 1cd6ec4 commit 399f75d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .ddev/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 399f75d

Please sign in to comment.