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

View File

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