mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-04 20:03:44 +03:00
23 lines
622 B
JSON
23 lines
622 B
JSON
{
|
|
"config": {
|
|
"WP_DEBUG": true,
|
|
"SCRIPT_DEBUG": true,
|
|
"WP_DEBUG_LOG": "/tmp/wp-errors.log",
|
|
"FS_METHOD": "direct",
|
|
"WP_ENVIRONMENT_TYPE": "local",
|
|
"WP_DEVELOPMENT_MODE": "all",
|
|
"JETPACK_DEV_DEBUG": true,
|
|
"WPORG_SANDBOXED": true
|
|
},
|
|
"core": "WordPress/WordPress#master",
|
|
"mappings": {
|
|
"env": "./env",
|
|
"wp-content/mu-plugins": "./mu-plugins",
|
|
"wp-content/plugins": "./plugins",
|
|
"wp-content/themes": "./themes",
|
|
"wp-content/mu-plugins/0-sandbox.php": "./.env/0-sandbox.php",
|
|
"wp-content/phpunit.xml.dist": "./phpunit.xml.dist",
|
|
"wp-cli.local.yml": "./wp-cli.local.yml"
|
|
}
|
|
}
|