-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.wp-env.json
More file actions
37 lines (37 loc) · 916 Bytes
/
.wp-env.json
File metadata and controls
37 lines (37 loc) · 916 Bytes
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
{
"core": null,
"plugins": [
"https://downloads.wordpress.org/plugin/plugin-check.zip",
"https://downloads.wordpress.org/plugin/contact-form-7.zip",
"https://downloads.wordpress.org/plugin/flamingo.zip",
"."
],
"config": {
"WP_DEBUG": true,
"WP_DEBUG_LOG": "/var/www/html/wp-content/plugins/cf7-antispam/debug.log",
"WP_DEBUG_DISPLAY": true,
"CF7ANTISPAM_DEBUG": true,
"CF7ANTISPAM_DEBUG_EXTENDED": true,
"FS_METHOD": "direct"
},
"phpVersion": "8.4",
"env": {
"development": {
"phpmyadminPort": 19002
},
"tests": {
"phpmyadminPort": 19003,
"config": {
"WP_DEBUG": true,
"WP_DEBUG_LOG": "/var/www/html/wp-content/plugins/cf7-antispam/debug.log",
"WP_DEBUG_DISPLAY": true,
"CF7ANTISPAM_DEBUG": true,
"CF7ANTISPAM_DEBUG_EXTENDED": true,
"FS_METHOD": "direct"
},
"mappings": {
"/var/www/html/wp-content/plugins/cf7-antispam/": "."
}
}
}
}