mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-26 11:00:06 +00:00
13 lines
208 B
YAML
13 lines
208 B
YAML
![]() |
apiVersion: 1
|
||
|
|
||
|
datasources:
|
||
|
- name: PostgreSQL
|
||
|
type: postgres
|
||
|
access: proxy
|
||
|
url: postgres:5432
|
||
|
database: grafana
|
||
|
user: grafana
|
||
|
password: grafana
|
||
|
jsonData:
|
||
|
sslmode: disable
|