shlink/config/autoload/url-shortener.global.php

10 lines
170 B
PHP
Raw Normal View History

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