Files
archived-hipudding-teslamate/grafana/datasource.yml
Matthias Wirtz 6615acbc71 Integrate LFP specific dashboards into regular dashboards (#3966)
* Remove LFP Dashboards

* update LFP detect via VIN based on latest info available
2024-06-18 14:45:26 +02:00

20 lines
407 B
YAML

apiVersion: 1
datasources:
- name: TeslaMate
type: postgres
url: $DATABASE_HOST:$DATABASE_PORT
user: $DATABASE_USER
database: $DATABASE_NAME
access: proxy
basicAuth: false
withCredentials: false
isDefault: true
secureJsonData:
password: $DATABASE_PASS
jsonData:
postgresVersion: 1500
sslmode: $DATABASE_SSL_MODE
version: 1
editable: true