woocommerce/plugins/woocommerce/.wp-env.json

20 lines
295 B
JSON

{
"phpVersion": "7.4",
"plugins": [ "." ],
"config": {
"JETPACK_AUTOLOAD_DEV": true,
"WP_DEBUG_LOG": true,
"WP_DEBUG_DISPLAY": true,
"ALTERNATE_WP_CRON": true
},
"env": {
"development": {},
"tests": {
"port": 8086,
"config": {
"ALTERNATE_WP_CRON": false
}
}
}
}