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

6 lines
83 B
PHP
Raw Normal View History

2021-01-11 10:58:40 +00:00
<?php return [
'mode' => 'prod',
'testFiles' => 'testing',
2021-01-11 10:58:40 +00:00
'answer' => false
];