shlink/config/autoload/url-shortener.global.php
2016-04-30 17:47:48 +02:00

9 lines
170 B
PHP

<?php
return [
'url-shortener' => [
'schema' => getenv('SHORTENED_URL_SCHEMA') ?: 'http',
'hostname' => getenv('SHORTENED_URL_HOSTNAME'),
],
];