Merge pull request #438 from dod-ccpo/base-env-setup

Four Standard Environments Given When Creating a Project
This commit is contained in:
montana-mil
2018-11-08 11:12:44 -05:00
committed by GitHub

View File

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