-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.wp-env.json
43 lines (43 loc) · 1.78 KB
/
.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
33
34
35
36
37
38
39
40
41
42
43
{
"core": "WordPress/WordPress#6.2.2",
"plugins": [
"https://downloads.wordpress.org/plugin/theme-check.20230417.zip",
"https://downloads.wordpress.org/plugin/wordpress-importer.0.8.1.zip",
"https://downloads.wordpress.org/plugin/user-switching.1.7.0.zip",
"https://downloads.wordpress.org/plugin/akismet.5.2.zip",
"https://downloads.wordpress.org/plugin/gutenberg.16.3.0.zip"
],
"mappings": {
"wp-content/plugins": "./plugins",
"wp-content/plugins/advanced-custom-fields-pro": "~/Projects/plugins-wordpress/advanced-custom-fields-pro",
"wp-content/plugins/ucsc-custom-functionality": "~/Projects/plugins-wordpress/ucsc-custom-functionality",
"wp-content/plugins/ucsc-communications-custom-functionality": "~/Projects/plugins-wordpress/ucsc-communications-custom-functionality",
"wp-content/plugins/ucsc-content-blocks": "~/Projects/plugins-wordpress/ucsc-content-blocks",
"wp-content/plugins/plugin-global-scripts": "~/Projects/plugins-wordpress/plugin-global-scripts",
"wp-content/plugins/gutenberg-examples": "~/Projects/plugins-wordpress/gutenberg-examples",
"wp-content/mu-plugins": "./mu-plugins",
"php.ini": "./php.ini"
},
"env": {
"development": {
".htaccess": ".htaccess",
"themes": [
"~/Projects/themes-wordpress/ucsc-2022"
]
},
"tests": {
"port": 8899
}
},
"port": 8898,
"phpVersion": "7.4",
"config": {
"FS_METHOD": "direct",
"WP_MEMORY_LIMIT": "20M",
"WP_MAX_MEMORY_LIMIT": "15M",
"WP_UPLOAD_MAX_FILESIZE": "20M",
"WP_ALLOW_MULTISITE": "true",
"WP_ENVIRONMENT_TYPE": "local",
"WP_DEBUG_DISPLAY": false
}
}