Created
August 3, 2014 07:53
-
-
Save tddewey/047d42eefaed0ed83cb7 to your computer and use it in GitHub Desktop.
generator-vvv example
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
{ | |
"site": { | |
"name": "A Vetted VVV Venture", | |
"url": "generator-vvv.dev", | |
"liveUrl": "http://wpthemetestdata.wordpress.com/" | |
}, | |
"remoteDatabase": { | |
"url": "http://dbuser:[email protected]/remote-databases/generator-vvv.sql" | |
}, | |
"wordpress": { | |
"version": "latest", | |
"prefix": "wp_", | |
"multisite": false, | |
"subdomain": false | |
}, | |
"repos": { | |
"theme": [ | |
"[email protected]:10up/fixie.git" | |
], | |
"plugin": [ | |
] | |
}, | |
"plugins": [ | |
"debug-bar", | |
"debug-bar-extender", | |
"developer", | |
"restricted-site-access", | |
"busted", | |
"tdd-debug-bar-post-meta" | |
], | |
"dependencies": "" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment