mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 18:45:27 -06:00
Everything configured to generate routes from CLI
This commit is contained in:
9
config/autoload/url-shortener.global.php
Normal file
9
config/autoload/url-shortener.global.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
return [
|
||||
|
||||
'url-shortener' => [
|
||||
'schema' => getenv('SHORTENED_URL_SCHEMA') ?: 'http',
|
||||
'hostname' => getenv('SHORTENED_URL_HOSTNAME'),
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user