shlink/config/autoload/local.php.dist

12 lines
157 B
Text
Raw Normal View History

2016-04-10 10:38:07 +03:00
<?php
2018-11-18 18:02:52 +03:00
declare(strict_types=1);
use Zend\ConfigAggregator\ConfigAggregator;
2016-04-10 10:38:07 +03:00
return [
2016-08-06 13:50:44 +03:00
'debug' => true,
2018-11-18 18:02:52 +03:00
ConfigAggregator::ENABLE_CACHE => false,
2016-08-06 13:50:44 +03:00
2016-04-10 10:38:07 +03:00
];