shlink/config/autoload/url-shortener.local.php.dist

15 lines
188 B
Text
Raw Normal View History

<?php
declare(strict_types=1);
return [
'url_shortener' => [
'domain' => [
'schema' => 'http',
2019-12-18 17:00:39 +03:00
'hostname' => 'localhost:8080',
],
],
];