mirror of
https://github.com/shlinkio/shlink.git
synced 2025-03-14 04:00:57 +03:00
Added validate_url config key for development.
This commit is contained in:
parent
297c88c334
commit
d04abd1f75
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ return [
|
|||
'hostname' => Common\env('SHORTENED_URL_HOSTNAME'),
|
||||
],
|
||||
'shortcode_chars' => Common\env('SHORTCODE_CHARS', UrlShortener::DEFAULT_CHARS),
|
||||
'validate_url' => true,
|
||||
],
|
||||
|
||||
];
|
||||
|
|
Loading…
Add table
Reference in a new issue