Give the user four standard environments
This commit is contained in:
parent
7740758cf0
commit
b58a2666ca
@ -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