forked from wielebenwir/commonsbooking
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.wp-env.json
35 lines (35 loc) · 936 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
33
34
35
{
"phpVersion" : "7.4",
"core" : "Wordpress/Wordpress#6.5",
"plugins" : [
".",
"https://downloads.wordpress.org/plugin/wp-crontrol.zip",
"https://downloads.wordpress.org/plugin/wordpress-importer.zip",
"https://downloads.wordpress.org/plugin/query-monitor.zip",
"https://downloads.wordpress.org/plugin/wp-mail-logging.zip",
"https://downloads.wordpress.org/plugin/jsm-show-post-meta.zip",
"https://downloads.wordpress.org/plugin/disable-welcome-messages-and-tips.zip"
],
"port" : 1000,
"testsPort" : 1001,
"config" : {
"WP_DEBUG" : true,
"WP_DEBUG_LOG" : true,
"WP_DEBUG_DISPLAY" : false
},
"themes" : [
"flegfleg/kasimir-theme"
],
"env" : {
"tests" : {
"mappings" : {
"wp-content/plugins/commonsbooking" : "."
},
"config" : {
"WP_DEBUG" : true,
"WP_DEBUG_LOG" : true,
"WP_DEBUG_DISPLAY" : false
}
}
}
}