Files
archived-teslamate/grafana/datasource.yml
2019-07-31 12:14:32 +02:00

21 lines
379 B
YAML

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