mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Docs: fixed incorrect TLS entry for mysql data source (#72543)
fixed tls skip verify
This commit is contained in:
parent
6669d0a704
commit
5e4000b6e9
@ -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+
|
||||
|
Loading…
Reference in New Issue
Block a user