You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
894 B
JSON
42 lines
894 B
JSON
{
|
|
"core": "./wordpress/build",
|
|
"plugins": [
|
|
"."
|
|
],
|
|
"mappings": {
|
|
"wp-content/mu-plugins": "./tools/local-env/mu-plugins"
|
|
},
|
|
"env": {
|
|
"development": {
|
|
"plugins": [
|
|
".",
|
|
"https://downloads.wordpress.org/plugin/debug-bar.zip",
|
|
"https://downloads.wordpress.org/plugin/query-monitor.zip",
|
|
"https://downloads.wordpress.org/plugin/debug-bar-post-meta.zip",
|
|
"https://downloads.wordpress.org/plugin/transients-manager.zip"
|
|
],
|
|
"mappings": {
|
|
"wp-config.php": "tools/local-env/wp-config.dev.php"
|
|
}
|
|
},
|
|
"tests": {
|
|
"plugins": [
|
|
"."
|
|
],
|
|
"mappings": {
|
|
"wp-config.php": "tools/local-env/wp-config.tests.php"
|
|
}
|
|
}
|
|
},
|
|
"config": {
|
|
"PHP_INI_MEMORY_LIMIT": "512M",
|
|
"WP_MEMORY_LIMIT": "512M",
|
|
"WP_DEBUG": true,
|
|
"WP_DEBUG_LOG": true,
|
|
"WP_DEBUG_DISPLAY": true,
|
|
"SCRIPT_DEBUG": true,
|
|
"SMTP_HOST": "mailhog",
|
|
"SMTP_PORT": 1025
|
|
}
|
|
}
|