From 1123dd87b4585e27aef848908aa9c6a1fe4bb3b4 Mon Sep 17 00:00:00 2001 From: hasura-bot Date: Thu, 28 Apr 2022 20:14:10 +0530 Subject: [PATCH] update README.md with pgAdmin password for connection settings GITHUB_PR_NUMBER: 6473 GITHUB_PR_URL: https://github.com/hasura/graphql-engine/pull/6473 PR-URL: https://github.com/hasura/graphql-engine-mono/pull/391 Co-authored-by: estalldecker <6700086+estalldecker@users.noreply.github.com> GitOrigin-RevId: 9f52efe0225e8d32bb4753c1993bee8cbbedd538 --- install-manifests/docker-compose-pgadmin/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-manifests/docker-compose-pgadmin/README.md b/install-manifests/docker-compose-pgadmin/README.md index 225f6c223b0..851130c5563 100644 --- a/install-manifests/docker-compose-pgadmin/README.md +++ b/install-manifests/docker-compose-pgadmin/README.md @@ -20,7 +20,7 @@ This Docker Compose setup runs [Hasura GraphQL Engine](https://github.com/hasura General - Name: Hasura Connection - Host: `postgres` Username: `postgres` - Password: leave empty + Password: must be the same as the `POSTGRES_PASSWORD` environment variable defined in the `docker-compose.yaml`, the default is `postgrespassword` ## Important endpoints