apiVersion: 1 datasources: - name: FinanzDB type: postgres uid: FinanzDB access: proxy url: localhost:5432 user: finance_read jsonData: database: finance sslmode: disable secureJsonData: password: ${FINANCE_READ_PASSWORD}