shlink/config/autoload/zend-expressive.global.php

10 lines
104 B
PHP
Raw Normal View History

2016-04-10 10:38:07 +03:00
<?php
2017-10-12 11:13:20 +03:00
declare(strict_types=1);
2016-04-10 10:38:07 +03:00
return [
'debug' => false,
2016-07-19 17:30:48 +03:00
'config_cache_enabled' => true,
2016-04-10 10:38:07 +03:00
];