fix: #33454 Site config was not set in the correct order #2

Merged
norb merged 6 commits from 33454/feat-site-settings-for-business-settings into master 2024-07-30 12:48:29 +00:00
Showing only changes of commit b1ca44843b - Show all commits

fix: #33454 add config in default to be overwritten

norb 2024-07-30 14:37:57 +02:00

View file

@ -1,4 +1,7 @@
<?php return [ <?php return [
'mode' => 'prod', 'mode' => 'prod',
'answer' => 0,
'testFile' => 'default',
'testFiles' => 'default', 'testFiles' => 'default',
'testFiles2' => 'default'
]; ];