Changed validate_url to have default value of false

This commit is contained in:
Alejandro Celaya
2019-12-31 16:29:32 +01:00
parent 339121fbb1
commit 0cf1d8d375
5 changed files with 8 additions and 7 deletions

View File

@@ -61,6 +61,7 @@ return [
'schema' => 'http',
'hostname' => 'doma.in',
],
'validate_url' => true,
],
'zend-expressive-swoole' => [