Revert ddev config to default

This commit is contained in:
dinamiko 2022-09-12 12:03:55 +02:00
parent 0d9f06ca3f
commit 1396520c57

View file

@ -3,8 +3,8 @@ type: php
docroot: .ddev/wordpress docroot: .ddev/wordpress
php_version: "7.1" php_version: "7.1"
webserver_type: apache-fpm webserver_type: apache-fpm
router_http_port: "8080" router_http_port: "80"
router_https_port: "8443" router_https_port: "443"
xdebug_enabled: false xdebug_enabled: false
additional_hostnames: ['wc-pp'] additional_hostnames: ['wc-pp']
additional_fqdns: [] additional_fqdns: []