Skip to content

Instantly share code, notes, and snippets.

@afragen
Created May 24, 2023 19:26
Show Gist options
  • Save afragen/41c6152fb85c2421f2e20ab9b28f6233 to your computer and use it in GitHub Desktop.
Save afragen/41c6152fb85c2421f2e20ab9b28f6233 to your computer and use it in GitHub Desktop.
Just an example, doesn't work for core development.
{
"core": "WordPress/wordpress-develop#trunk",
"phpVersion": "8.1",
"plugins": [
"https://downloads.wordpress.org/plugin/query-monitor.zip"
],
"port": 8888,
"testsPort": 8889,
"config": {
"WP_DEBUG": true,
"SCRIPT_DEBUG": true,
"FS_METHOD": "direct",
"WP_ENVIRONMENT_TYPE": "local"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment