Created
May 24, 2023 19:26
-
-
Save afragen/41c6152fb85c2421f2e20ab9b28f6233 to your computer and use it in GitHub Desktop.
Just an example, doesn't work for core development.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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