mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 18:16:38 +08:00
Revert changes to config.yaml
This commit is contained in:
parent
9f4a708ef4
commit
ee1f419052
1 changed files with 13 additions and 13 deletions
|
@ -3,8 +3,8 @@ type: php
|
||||||
docroot: .ddev/wordpress
|
docroot: .ddev/wordpress
|
||||||
php_version: "7.4"
|
php_version: "7.4"
|
||||||
webserver_type: apache-fpm
|
webserver_type: apache-fpm
|
||||||
router_http_port: "6070"
|
router_http_port: "80"
|
||||||
router_https_port: "7443"
|
router_https_port: "443"
|
||||||
xdebug_enabled: false
|
xdebug_enabled: false
|
||||||
additional_hostnames: ['wc-pp']
|
additional_hostnames: ['wc-pp']
|
||||||
additional_fqdns: []
|
additional_fqdns: []
|
||||||
|
@ -15,18 +15,18 @@ mutagen_enabled: false
|
||||||
use_dns_when_possible: true
|
use_dns_when_possible: true
|
||||||
composer_version: "2"
|
composer_version: "2"
|
||||||
hooks:
|
hooks:
|
||||||
pre-start:
|
pre-start:
|
||||||
- exec-host: "mkdir -p .ddev/wordpress/wp-content/plugins/${DDEV_PROJECT}"
|
- exec-host: "mkdir -p .ddev/wordpress/wp-content/plugins/${DDEV_PROJECT}"
|
||||||
web_environment:
|
web_environment:
|
||||||
- WP_VERSION=6.6.2
|
- WP_VERSION=6.3.3
|
||||||
- WP_LOCALE=en_US
|
- WP_LOCALE=en_US
|
||||||
- WP_TITLE=WooCommerce PayPal Payments
|
- WP_TITLE=WooCommerce PayPal Payments
|
||||||
- WP_MULTISITE=true
|
- WP_MULTISITE=true
|
||||||
- WP_MULTISITE_SLUGS=de,es
|
- WP_MULTISITE_SLUGS=de,es
|
||||||
- ADMIN_USER=admin
|
- ADMIN_USER=admin
|
||||||
- ADMIN_PASS=admin
|
- ADMIN_PASS=admin
|
||||||
- ADMIN_EMAIL=admin@example.com
|
- ADMIN_EMAIL=admin@example.com
|
||||||
- WC_VERSION=9.3.1
|
- WC_VERSION=7.7.2
|
||||||
|
|
||||||
# Key features of ddev's config.yaml:
|
# Key features of ddev's config.yaml:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue