mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-06 07:13:11 +08:00
9 lines
99 B
PHP
9 lines
99 B
PHP
<?php
|
|
return [
|
|
|
|
'preview_generation' => [
|
|
'files_location' => 'data/cache',
|
|
],
|
|
|
|
];
|