mirror of
https://github.com/shlinkio/shlink.git
synced 2024-12-25 05:58:23 +03:00
15 lines
266 B
PHP
15 lines
266 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
'debug' => false,
|
||
|
|
||
|
'config_cache_enabled' => false,
|
||
|
|
||
|
'zend-expressive' => [
|
||
|
'error_handler' => [
|
||
|
'template_404' => 'error/404.html.twig',
|
||
|
'template_error' => 'error/error.html.twig',
|
||
|
],
|
||
|
],
|
||
|
];
|