Files
shlink/config/autoload/url-shortener.local.php.dist
2019-12-17 21:20:24 +01:00

15 lines
174 B
Plaintext

<?php
declare(strict_types=1);
return [
'url_shortener' => [
'domain' => [
'schema' => 'http',
'hostname' => '',
],
],
];