shlink/config/autoload/url-shortener.local.php.dist
2019-12-18 15:00:39 +01:00

14 lines
188 B
Text

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