Util_Settings/tests/cfg/testing/config/default.conf.php

17 lines
305 B
PHP
Raw Normal View History

2021-01-11 10:58:40 +00:00
<?php return [
'mode' => 'prod',
'testFiles' => 'testing',
2021-01-14 17:30:36 +00:00
'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',
]
2021-01-11 10:58:40 +00:00
];