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

13 lines
161 B
Text
Raw Normal View History

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