mirror of
https://github.com/shlinkio/shlink.git
synced 2025-01-11 16:42:07 -06:00
16 lines
207 B
PHP
16 lines
207 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
|
|
'url_shortener' => [
|
|
'domain' => [
|
|
'schema' => 'https',
|
|
'hostname' => '',
|
|
],
|
|
'validate_url' => true,
|
|
],
|
|
|
|
];
|