Make TLS config consistent with Prometheus (#1685)

Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
This commit is contained in:
Julien Pivotto 2020-04-25 13:42:45 +02:00 committed by GitHub
commit 091bed01b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 57 additions and 55 deletions

View file

@ -1,3 +1,3 @@
tlsConfig :
tlsCertPath : "testdata/server.crt"
tlsKeyPath : ""
tls_config :
cert_file : "testdata/server.crt"
key_file : ""