Skip to content

Commit f9cf8e1

Browse files
Nyholmdbu
authored andcommitted
Show that we allow CURL constant names (#106)
Show that we allow CURL constant names
1 parent d4362be commit f9cf8e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

integrations/symfony-bundle.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ You can configure your clients with default options. These default values will b
9191
acme:
9292
factory: 'httplug.factory.curl'
9393
config:
94-
78: 4 #CURLOPT_CONNECTTIMEOUT
94+
CURLOPT_CONNECTTIMEOUT: 4
95+
CURLOPT_SSL_VERIFYHOST: false
9596
9697
.. code-block:: php
9798

0 commit comments

Comments
 (0)