We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 080ef22 + cc650fa commit fddeb7fCopy full SHA for fddeb7f
1 file changed
grafana/provisioning/datasources/datasource.yaml
@@ -18,7 +18,7 @@ datasources:
18
uid: postgres
19
access: proxy
20
orgId: 1
21
- url: postgres:5432
+ url: "${POSTGRES_HOST}:${POSTGRES_PORT}"
22
database: ${POSTGRES_DB}
23
user: ${POSTGRES_USER}
24
secureJsonData:
0 commit comments