mirror of
https://github.com/shlinkio/shlink.git
synced 2024-12-12 22:22:07 +03:00
14 lines
186 B
PHP
14 lines
186 B
PHP
|
<?php
|
||
|
declare(strict_types=1);
|
||
|
|
||
|
namespace Shlinkio\Shlink;
|
||
|
|
||
|
return [
|
||
|
|
||
|
'delete_short_urls' => [
|
||
|
'visits_threshold' => 15,
|
||
|
'check_visits_threshold' => true,
|
||
|
],
|
||
|
|
||
|
];
|