shlink/config/autoload/local.php.dist
2018-11-18 16:02:52 +01:00

11 lines
157 B
Text

<?php
declare(strict_types=1);
use Zend\ConfigAggregator\ConfigAggregator;
return [
'debug' => true,
ConfigAggregator::ENABLE_CACHE => false,
];