You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
414 B
18 lines
414 B
name: devel |
|
type: drupal10 |
|
docroot: web |
|
php_version: "8.1" |
|
webserver_type: nginx-fpm |
|
router_http_port: "80" |
|
router_https_port: "443" |
|
xdebug_enabled: false |
|
additional_hostnames: [ ] |
|
additional_fqdns: [ ] |
|
database: |
|
type: mariadb |
|
version: "10.11" |
|
use_dns_when_possible: true |
|
composer_version: "2" |
|
web_environment: |
|
- SIMPLETEST_DB=mysql://root:root@ddev-devel-db/db |
|
- SIMPLETEST_BASE_URL=http://ddev-devel-web
|
|
|