Added missing local config

This commit is contained in:
Alejandro Celaya 2019-12-18 15:00:39 +01:00
parent 03eeef7f52
commit 4334ea295d

View file

@ -7,7 +7,7 @@ return [
'url_shortener' => [
'domain' => [
'schema' => 'http',
'hostname' => '',
'hostname' => 'localhost:8080',
],
],