feat: SQL-Views und Grafana-Provisionierung
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
12
finance/grafana/provisioning/datasources/postgres.yaml
Normal file
12
finance/grafana/provisioning/datasources/postgres.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
apiVersion: 1
|
||||
datasources:
|
||||
- name: FinanzDB
|
||||
type: postgres
|
||||
access: proxy
|
||||
url: localhost:5432
|
||||
user: finance_read
|
||||
jsonData:
|
||||
database: finance
|
||||
sslmode: disable
|
||||
secureJsonData:
|
||||
password: ${FINANCE_READ_PASSWORD}
|
||||
Reference in New Issue
Block a user