shlink/config/autoload/preview-generation.global.php
2017-10-12 10:13:20 +02:00

10 lines
125 B
PHP

<?php
declare(strict_types=1);
return [
'preview_generation' => [
'files_location' => 'data/cache',
],
];