diff --git a/config/autoload/url-shortener.local.php.dist b/config/autoload/url-shortener.local.php.dist index 11155ba7..c686137f 100644 --- a/config/autoload/url-shortener.local.php.dist +++ b/config/autoload/url-shortener.local.php.dist @@ -7,7 +7,7 @@ return [ 'url_shortener' => [ 'domain' => [ 'schema' => 'http', - 'hostname' => '', + 'hostname' => 'localhost:8080', ], ],