Give the user four standard environments

This commit is contained in:
Montana 2018-11-08 10:33:31 -05:00
parent 7740758cf0
commit b58a2666ca

View File

@ -29,7 +29,7 @@ export default {
const environments = (
environment_names.length > 0
? environment_names
: [""]
: ["Development", "Testing", "Staging", "Production"]
).map(createEnvironment)
return {