Merge pull request #438 from dod-ccpo/base-env-setup
Four Standard Environments Given When Creating a Project
This commit is contained in:
commit
4cbd96e2cc
@ -29,7 +29,7 @@ export default {
|
||||
const environments = (
|
||||
environment_names.length > 0
|
||||
? environment_names
|
||||
: [""]
|
||||
: ["Development", "Testing", "Staging", "Production"]
|
||||
).map(createEnvironment)
|
||||
|
||||
return {
|
||||
|
Loading…
x
Reference in New Issue
Block a user