Skip to content

Commit 05b8aee

Browse files
Merge pull request #199 from javiercasares/javiercasares-prepare
Software up-to-date
2 parents 782c0e7 + 52edfd7 commit 05b8aee

File tree

8 files changed

+841
-161
lines changed

8 files changed

+841
-161
lines changed

.env.default

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,20 @@ export WPT_SSH_PRIVATE_KEY_BASE64=
5959

6060
# Output logging
6161
# Use 'verbose' to increase verbosity
62-
export WPT_DEBUG=
62+
export WPT_DEBUG=
63+
64+
# Certificate validation
65+
# Use 1 to validate, and 0 to not validate
66+
export WPT_CERTIFICATE_VALIDATION=1
67+
68+
# WordPress flavor
69+
# 0 = WordPress (simple version)
70+
# 1 = WordPress Multisite
71+
export WPT_FLAVOR=1
72+
73+
# Extra tests (groups)
74+
# 0 = none
75+
# 1 = ajax
76+
# 2 = ms-files
77+
# 3 = external-http
78+
export WPT_EXTRATESTS=0

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.DS_Store
22
.env*
33
vendor/
4+
package-lock.json

0 commit comments

Comments
 (0)