Added validate_url config key for development.

This commit is contained in:
Mikolaj Gogula 2017-10-23 11:28:04 +02:00
parent 297c88c334
commit d04abd1f75

View file

@ -10,6 +10,7 @@ return [
'hostname' => Common\env('SHORTENED_URL_HOSTNAME'),
],
'shortcode_chars' => Common\env('SHORTCODE_CHARS', UrlShortener::DEFAULT_CHARS),
'validate_url' => true,
],
];