Skip to content

Commit

Permalink
Merge pull request #199 from javiercasares/javiercasares-prepare
Browse files Browse the repository at this point in the history
Software up-to-date
  • Loading branch information
javiercasares authored Jan 31, 2024
2 parents 782c0e7 + 52edfd7 commit 05b8aee
Show file tree
Hide file tree
Showing 8 changed files with 841 additions and 161 deletions.
18 changes: 17 additions & 1 deletion .env.default
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,20 @@ export WPT_SSH_PRIVATE_KEY_BASE64=

# Output logging
# Use 'verbose' to increase verbosity
export WPT_DEBUG=
export WPT_DEBUG=

# Certificate validation
# Use 1 to validate, and 0 to not validate
export WPT_CERTIFICATE_VALIDATION=1

# WordPress flavor
# 0 = WordPress (simple version)
# 1 = WordPress Multisite
export WPT_FLAVOR=1

# Extra tests (groups)
# 0 = none
# 1 = ajax
# 2 = ms-files
# 3 = external-http
export WPT_EXTRATESTS=0
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.DS_Store
.env*
vendor/
package-lock.json
Loading

0 comments on commit 05b8aee

Please sign in to comment.