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

15 lines
185 B
PHP
Raw Permalink Normal View History

2021-01-07 15:32:41 +01:00
<?php return [
'mode' => 'prod',
'testFiles' => 'default',
2021-01-14 11:53:56 +01:00
'answer' => false,
'nested' =>
[
'level' => 1,
'testFiles' => 'default',
2021-01-14 13:53:02 +01:00
'nested' =>
[
'level' => 2
]
2021-01-14 11:53:56 +01:00
]
2021-01-07 15:32:41 +01:00
];