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.
12 lines
265 B
12 lines
265 B
4 years ago
|
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
|