mirror of
https://github.com/shlinkio/shlink.git
synced 2025-01-23 23:13:26 -06:00
13 lines
158 B
PHP
13 lines
158 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
use Zend\ConfigAggregator\ConfigAggregator;
|
|
|
|
return [
|
|
|
|
'debug' => false,
|
|
ConfigAggregator::ENABLE_CACHE => true,
|
|
|
|
];
|