[v10.1.x] Docs: fixed incorrect TLS entry for mysql data source (#72557)
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:
co-authored by
lwandz13
parent
47b616063f
commit
1e846c4bc7
@@ -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+
|
||||
|
||||
Reference in New Issue
Block a user