Skip to content

Instantly share code, notes, and snippets.

View krtvelaz's full-sized avatar
🎯
Focusing

Cristian Velasquez krtvelaz

🎯
Focusing
View GitHub Profile
@krtvelaz
krtvelaz / grafana-postgres-datasource.yml
Created October 28, 2023 18:39 — forked from wwerner/grafana-postgres-datasource.yml
Example grafana datasource provisioning for postgreSQL
apiVersion: 1
datasources:
- name: Postgres
type: postgres
url: localhost:5432
database: grafana
user: grafana
secureJsonData:
password: "Password!"