mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-24 18:10:11 +00:00

Co-authored-by: Shirshanka Das <shirshanka@apache.org> Co-authored-by: Harshal Sheth <hsheth2@gmail.com>
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
|