From ee1f419052f20ea104b444b6f72a676151a4851d Mon Sep 17 00:00:00 2001 From: Daniel Dudzic Date: Tue, 17 Sep 2024 22:50:45 +0200 Subject: [PATCH] Revert changes to config.yaml --- .ddev/config.yaml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.ddev/config.yaml b/.ddev/config.yaml index 80b196cbb..c993f1908 100644 --- a/.ddev/config.yaml +++ b/.ddev/config.yaml @@ -3,8 +3,8 @@ type: php docroot: .ddev/wordpress php_version: "7.4" webserver_type: apache-fpm -router_http_port: "6070" -router_https_port: "7443" +router_http_port: "80" +router_https_port: "443" xdebug_enabled: false additional_hostnames: ['wc-pp'] additional_fqdns: [] @@ -15,18 +15,18 @@ mutagen_enabled: false use_dns_when_possible: true composer_version: "2" hooks: - pre-start: - - exec-host: "mkdir -p .ddev/wordpress/wp-content/plugins/${DDEV_PROJECT}" + pre-start: + - exec-host: "mkdir -p .ddev/wordpress/wp-content/plugins/${DDEV_PROJECT}" web_environment: - - WP_VERSION=6.6.2 - - WP_LOCALE=en_US - - WP_TITLE=WooCommerce PayPal Payments - - WP_MULTISITE=true - - WP_MULTISITE_SLUGS=de,es - - ADMIN_USER=admin - - ADMIN_PASS=admin - - ADMIN_EMAIL=admin@example.com - - WC_VERSION=9.3.1 + - WP_VERSION=6.3.3 + - WP_LOCALE=en_US + - WP_TITLE=WooCommerce PayPal Payments + - WP_MULTISITE=true + - WP_MULTISITE_SLUGS=de,es + - ADMIN_USER=admin + - ADMIN_PASS=admin + - ADMIN_EMAIL=admin@example.com + - WC_VERSION=7.7.2 # Key features of ddev's config.yaml: