First step to move the site to Drupal 9
This commit is contained in:
parent
a8a36a92f4
commit
30b49372f5
7 changed files with 15 additions and 10 deletions
4
.ddev/.gitignore
vendored
4
.ddev/.gitignore
vendored
|
@ -4,12 +4,14 @@
|
|||
/commands/*/*.example
|
||||
/commands/*/README.txt
|
||||
/commands/host/launch
|
||||
/commands/web/xdebug
|
||||
/commands/db/mysql
|
||||
/homeadditions/*.example
|
||||
/homeadditions/README.txt
|
||||
/.gitignore
|
||||
/import.yaml
|
||||
/docker-compose.yaml
|
||||
/.ddev-docker-compose-base.yaml
|
||||
/.ddev-docker-compose-full.yaml
|
||||
/db_snapshots
|
||||
/sequelpro.spf
|
||||
/import-db
|
||||
|
|
|
@ -9,11 +9,12 @@ router_https_port: "443"
|
|||
xdebug_enabled: true
|
||||
additional_hostnames: []
|
||||
additional_fqdns: []
|
||||
mariadb_version: "10.2"
|
||||
mariadb_version: "10.3"
|
||||
nfs_mount_enabled: false
|
||||
provider: default
|
||||
webimage_extra_packages: [rake, sassc]
|
||||
use_dns_when_possible: false
|
||||
php_version: "7.3"
|
||||
timezone: ""
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue