Skip to content

Instantly share code, notes, and snippets.

@peterwilsoncc
Created September 23, 2021 01:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peterwilsoncc/53c197cb5ef3e3dd9d649fb1d2069d0f to your computer and use it in GitHub Desktop.
Save peterwilsoncc/53c197cb5ef3e3dd9d649fb1d2069d0f to your computer and use it in GitHub Desktop.
Chassis config file for WP Core ticket #51857
# Domain names to use for Vagrant
hosts:
- wp-build.local
# Site Configuration
# (When overriding, include all values)
website:
name: WP Build Server
# Should we use multisite?
# Values: No, Yes, subdomains
multisite: No
# Plugins
plugins:
- query-monitor
- user-switching
# Extensions
extensions:
- xdebug
- mailhog
# PHP version
# Values: 5.6, 7.0, 7.1, 7.2, 7.3, 7.4, 8.0 (or 5.6.30)
php: 7.3
ide: VSCODE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment