Util-Settings/tests/cfg/testing/config/default.conf.php

5 lines
83 B
PHP
Raw Normal View History

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