|
|
@@ -24,8 +24,8 @@ class SetupEnvCommand extends Command
|
|
|
{
|
|
|
const ENVIRONMENTS_FILES = [
|
|
|
'ap2i' => '.env.docker',
|
|
|
- 'prod-2' => '.env.prod',
|
|
|
- 'test-2' => '.env.test',
|
|
|
+ 'prod-v2' => '.env.prod',
|
|
|
+ 'test-v2' => '.env.test',
|
|
|
'test1' => '.env.test1',
|
|
|
'test2' => '.env.test2',
|
|
|
'test3' => '.env.test3',
|