Skip to content

Commit fddeb7f

Browse files
Merge branch 'feataggmode/add-datasources-grafana-dashboard' into feataggmode/show-db-status-grafana
2 parents 080ef22 + cc650fa commit fddeb7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

grafana/provisioning/datasources/datasource.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ datasources:
1818
uid: postgres
1919
access: proxy
2020
orgId: 1
21-
url: postgres:5432
21+
url: "${POSTGRES_HOST}:${POSTGRES_PORT}"
2222
database: ${POSTGRES_DB}
2323
user: ${POSTGRES_USER}
2424
secureJsonData:

0 commit comments

Comments
 (0)