We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d684d02 commit 5f92cd1Copy full SHA for 5f92cd1
1 file changed
grafana/datasources/datasources-pgsql.yaml
@@ -0,0 +1,12 @@
1
+apiVersion: 1
2
+
3
+datasources:
4
+ - name: pgsql
5
+ type: postgres
6
+ url: $PGHOST:$PGPORT
7
+ user: $PGGRAFANAUSER
8
+ database: $PGDATABASE
9
+ secureJsonData:
10
+ password: $PGGRAFANAPASSWORD
11
+ jsonData:
12
+ sslmode: $PGSSLMODE
0 commit comments