Revert config.yaml change

This commit is contained in:
Daniel Dudzic 2024-10-10 13:49:14 +02:00
parent 536445e1a8
commit 5ef71bea6e
No known key found for this signature in database
GPG key ID: 31B40D33E3465483

View file

@ -1,7 +1,7 @@
name: woocommerce-paypal-payments
type: php
docroot: .ddev/wordpress
php_version: "7.4"
php_version: "7.2"
webserver_type: apache-fpm
router_http_port: "80"
router_https_port: "443"
@ -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.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
- WP_VERSION=6.2.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=7.7.2
# Key features of ddev's config.yaml: