mirror of
https://github.com/LinoSchmidt/Allnet-Dashboard.git
synced 2026-03-21 02:31:15 +01:00
14 lines
276 B
YAML
14 lines
276 B
YAML
apiVersion: 1
|
|
|
|
datasources:
|
|
- name: InfluxDB
|
|
type: influxdb
|
|
access: proxy
|
|
url: http://influxdb:8086
|
|
jsonData:
|
|
version: Flux
|
|
organization: org
|
|
defaultBucket: allnet
|
|
tlsSkipVerify: true
|
|
secureJsonData:
|
|
token: ${INFLUXDB_TOKEN} |