Docs: fixed incorrect TLS entry for mysql data source (#72543)

fixed tls skip verify
This commit is contained in:
lwandz13 2023-07-28 15:16:06 -05:00 committed by GitHub
parent 6669d0a704
commit 5e4000b6e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -155,7 +155,7 @@ datasources:
user: grafana user: grafana
jsonData: jsonData:
tlsAuth: true tlsAuth: true
skipTLSVerify: true tlsSkipVerify: true
database: grafana database: grafana
maxOpenConns: 100 # Grafana v5.4+ maxOpenConns: 100 # Grafana v5.4+
maxIdleConns: 100 # Grafana v5.4+ maxIdleConns: 100 # Grafana v5.4+