MosswartOverlord/grafana/provisioning/datasources/datasource.yaml
2025-06-08 09:05:43 +00:00

16 lines
No EOL
319 B
YAML

apiVersion: 1
datasources:
- name: DerethDB
uid: dereth-db
type: postgres
access: proxy
url: db:5432
database: dereth
user: postgres
# Securely provision the password
secureJsonData:
password: ${POSTGRES_PASSWORD}
jsonData:
sslmode: disable
postgresVersion: 1400