mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-23 05:13:13 +03:00
Added missing local config
This commit is contained in:
parent
03eeef7f52
commit
4334ea295d
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ return [
|
|||
'url_shortener' => [
|
||||
'domain' => [
|
||||
'schema' => 'http',
|
||||
'hostname' => '',
|
||||
'hostname' => 'localhost:8080',
|
||||
],
|
||||
],
|
||||
|
||||
|
|
Loading…
Reference in a new issue