Skip to content

Commit

Permalink
updating readme tls_config example
Browse files Browse the repository at this point in the history
  • Loading branch information
Azfaar Qureshi committed Nov 30, 2020
1 parent d25c754 commit 59b9aa0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ exporter = PrometheusRemoteWriteMetricsExporter(
tls_config={
"cert_file": "path/to/file",
"key_file": "path/to/file",
"ca_file": "path_to_file",
"insecure_skip_verify": true, # for developing purposes
}
)

Expand Down

0 comments on commit 59b9aa0

Please sign in to comment.