Commit accf411c authored by Simon Pasquier's avatar Simon Pasquier Committed by Brian Brazil

alerting: fix typo in the configuration (#1003)

Signed-off-by: 's avatarSimon Pasquier <spasquie@redhat.com>
parent a395247d
...@@ -246,7 +246,7 @@ tls_config: ...@@ -246,7 +246,7 @@ tls_config:
# http://tools.ietf.org/html/rfc4366#section-3.1 # http://tools.ietf.org/html/rfc4366#section-3.1
[ server_name: <string> ] [ server_name: <string> ]
# Disable validation of the server certificate. # Disable validation of the server certificate.
[ insecure_skip_verity: <boolean> | default = false] [ insecure_skip_verify: <boolean> | default = false]
# Optional proxy URL. # Optional proxy URL.
[ proxy_url: <string> ] [ proxy_url: <string> ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment