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
|
||||
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: []
|
||||
|
@ -18,7 +18,7 @@ hooks:
|
|||
pre-start:
|
||||
- exec-host: "mkdir -p .ddev/wordpress/wp-content/plugins/${DDEV_PROJECT}"
|
||||
web_environment:
|
||||
- WP_VERSION=6.6.2
|
||||
- WP_VERSION=6.3.3
|
||||
- WP_LOCALE=en_US
|
||||
- WP_TITLE=WooCommerce PayPal Payments
|
||||
- WP_MULTISITE=true
|
||||
|
@ -26,7 +26,7 @@ web_environment:
|
|||
- ADMIN_USER=admin
|
||||
- ADMIN_PASS=admin
|
||||
- ADMIN_EMAIL=admin@example.com
|
||||
- WC_VERSION=9.3.1
|
||||
- WC_VERSION=7.7.2
|
||||
|
||||
# Key features of ddev's config.yaml:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue