Everything configured to generate routes from CLI

This commit is contained in:
Alejandro Celaya
2016-04-30 17:47:48 +02:00
parent a60a6ccc4d
commit dfdb06d340
7 changed files with 30 additions and 19 deletions

View File

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