Update DDEV configuration to Elizabeth-like conditions

This commit is contained in:
benjamin melançon 2022-03-06 10:17:35 -05:00
parent d4af6b2811
commit c28e310310

View file

@ -1,14 +1,14 @@
name: agaric-coop name: agaric-coop
type: drupal9 type: drupal9
docroot: web docroot: web
php_version: "7.3" php_version: "7.4"
webserver_type: nginx-fpm webserver_type: apache-fpm
router_http_port: "80" router_http_port: "80"
router_https_port: "443" router_https_port: "443"
xdebug_enabled: false xdebug_enabled: false
additional_hostnames: [] additional_hostnames: []
additional_fqdns: [] additional_fqdns: []
mariadb_version: "10.2" mariadb_version: "10.5"
mysql_version: "" mysql_version: ""
nfs_mount_enabled: false nfs_mount_enabled: false
mutagen_enabled: false mutagen_enabled: false