mirror of
https://github.com/netfun2000/hipudding-teslamate.git
synced 2026-02-27 09:44:28 +08:00
20 lines
407 B
YAML
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
|