Created
April 2, 2024 15:13
-
-
Save jonathanbossenger/afbd954a53672f1a15c1e0aceac73108 to your computer and use it in GitHub Desktop.
wp-now-testing
This file contains 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
{ | |
"$schema": "https://playground.wordpress.net/blueprint-schema.json", | |
"steps": [ | |
{ | |
"step": "setSiteOptions", | |
"options": { | |
"blogname": "LearnPress", | |
"blogdescription": "My testing LearnPress site" | |
} | |
}, | |
{ | |
"step": "defineWpConfigConsts", | |
"consts": { | |
"WP_HOME": "http://learnpress.test", | |
"WP_SITEURL": "http://learnpress.test", | |
"WP_DEBUG_DISPLAY": "false", | |
"WP_DEBUG_LOG": "true" | |
}, | |
"method": "define-before-run" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Takeaways