-
Notifications
You must be signed in to change notification settings - Fork 2
/
.wp-env.json
32 lines (32 loc) · 947 Bytes
/
.wp-env.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"config": {
"WP_DEBUG": false,
"SCRIPT_DEBUG": true,
"WP_DEBUG_LOG": "/tmp/wp-errors.log",
"FS_METHOD": "direct",
"WP_ENVIRONMENT_TYPE": "local",
"JETPACK_DEV_DEBUG": true,
"WPORG_SANDBOXED": true,
"WP_DEVELOPMENT_MODE": "all"
},
"core": "WordPress/WordPress#master",
"plugins": [
"./source/wp-content/plugins/frontend-uploader",
"./source/wp-content/plugins/gutenberg",
"./source/wp-content/plugins/jetpack",
"./source/wp-content/plugins/photo-directory",
"./source/wp-content/plugins/wordpress-importer"
],
"themes": [
"./source/wp-content/themes/wporg",
"./source/wp-content/themes/wporg-photos",
"./source/wp-content/themes/wporg-parent-2021",
"./source/wp-content/themes/wporg-photos-2024"
],
"mappings": {
"env": "./env",
"wp-content/mu-plugins": "./source/wp-content/mu-plugins",
"wp-content/mu-plugins/0-sandbox.php": "./env/0-sandbox.php",
"wp-cli.local.yml": "./wp-cli.local.yml"
}
}