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

15 lines
188 B
Plaintext
Raw Normal View History

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