4 changed files with 54 additions and 3 deletions
@ -1,3 +1,9 @@
|
||||
<?php return [ |
||||
'mode' => 'test' |
||||
'mode' => 'test', |
||||
'numArray' => |
||||
[ |
||||
3 => 'Index3_local', |
||||
4 => 'Index4_local', |
||||
5 => 'Index5_local', |
||||
] |
||||
]; |
||||
|
@ -1,5 +1,16 @@
|
||||
<?php return [ |
||||
'mode' => 'prod', |
||||
'testFiles' => 'testing', |
||||
'answer' => false |
||||
'answer' => false, |
||||
'numArray' => |
||||
[ |
||||
0 => 'Index0_default', |
||||
1 => 'Index1_default', |
||||
2 => 'Index2_default', |
||||
3 => 'Index3_default', |
||||
4 => 'Index4_default', |
||||
5 => 'Index5_default', |
||||
6 => 'Index6_default', |
||||
7 => 'Index7_default', |
||||
] |
||||
]; |
||||
|
Loading…
Reference in new issue