shlink/config/autoload/common.local.php.dist

12 lines
160 B
Plaintext
Raw Normal View History

2016-04-10 02:38:07 -05:00
<?php
2018-11-18 09:02:52 -06:00
declare(strict_types=1);
2020-01-01 14:11:53 -06:00
use Laminas\ConfigAggregator\ConfigAggregator;
2016-04-10 02:38:07 -05:00
return [
2016-08-06 05:50:44 -05:00
'debug' => true,
2018-11-18 09:02:52 -06:00
ConfigAggregator::ENABLE_CACHE => false,
2016-08-06 05:50:44 -05:00
2016-04-10 02:38:07 -05:00
];