[v10.0.x] Docs: fixed incorrect TLS entry for mysql data source (#72556)

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

fixed tls skip verify

(cherry picked from commit 5e4000b6e9)

Co-authored-by: lwandz13 <126723338+lwandz13@users.noreply.github.com>
This commit is contained in:
grafana-delivery-bot[bot]
2023-07-28 15:19:35 -05:00
committed by GitHub
co-authored by lwandz13
parent d5c915bb5f
commit 58e853b622
+1 -1
View File
@@ -154,7 +154,7 @@ datasources:
user: grafana
jsonData:
tlsAuth: true
skipTLSVerify: true
tlsSkipVerify: true
database: grafana
maxOpenConns: 100 # Grafana v5.4+
maxIdleConns: 100 # Grafana v5.4+