JTL-Shop-Entwicklungsumgebung/.ddev/config.yaml

15 lines
No EOL
296 B
YAML

name: jtl-shop
type: php
docroot: ./shop
php_version: "8.4"
webserver_type: apache-fpm
xdebug_enabled: false
additional_hostnames: []
additional_fqdns: []
database:
type: mariadb
version: "10.11"
use_dns_when_possible: true
composer_version: "2"
web_environment: []
corepack_enable: false