Skip to content

Commit

Permalink
Change indentation to 4 spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
tarjei committed Sep 9, 2024
1 parent 27818d2 commit 743bfc1
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions messenger.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1687,21 +1687,21 @@ The SSL options can be used change requirements for the TLS channel:

.. code-block:: yaml
# config/packages/test/messenger.yaml
framework:
messenger:
transports:
redis:
dsn: "rediss://localhost"
options:
ssl:
allow_self_signed: true
capture_peer_cert: true
capture_peer_cert_chain: true
disable_compression: true
SNI_enabled: true
verify_peer: true
verify_peer_name: true
# config/packages/test/messenger.yaml
framework:
messenger:
transports:
redis:
dsn: "rediss://localhost"
options:
ssl:
allow_self_signed: true
capture_peer_cert: true
capture_peer_cert_chain: true
disable_compression: true
SNI_enabled: true
verify_peer: true
verify_peer_name: true
.. versionadded:: 7.1

Expand Down

0 comments on commit 743bfc1

Please sign in to comment.