devenv: fix incorrect url in datasource-config (#32000)

pull/32002/head^2
Gábor Farkas 4 years ago committed by GitHub
parent 6495a73ebd
commit 56bc9a5da7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      devenv/datasources_docker.yaml

@ -60,7 +60,7 @@ datasources:
access: proxy
database: telegraf
user: grafana
url: http://telegraf:8086
url: http://influxdb:8086
jsonData:
timeInterval: "10s"
secureJsonData:

Loading…
Cancel
Save