You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
265 B
11 lines
265 B
apiVersion: 1
|
|
datasources:
|
|
- name: 'Rpi_EnvSensor_Data'
|
|
type: influxdb
|
|
access: proxy
|
|
database: ${INFLUXDB_DATABASE}
|
|
user: ${INFLUXDB_USERNAME}
|
|
password: ${INFLUXDB_PASSWORD}
|
|
url: http://influxdb:8086
|
|
isDefault: true
|
|
editable: true
|
|
|