From 082bdd55278879125bd1b4e2e4660f2dc38fa514 Mon Sep 17 00:00:00 2001 From: Michael Hoennig Date: Thu, 22 Sep 2022 12:33:54 +0200 Subject: [PATCH] How to Configure .pgpass for the Default PostgreSQL Database? --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index c3e63cb8..2ed82547 100644 --- a/README.md +++ b/README.md @@ -506,6 +506,16 @@ More infos, e.g. on blacklists see on the [project's website](https://github.com ## How To ... +### How to Configure .pgpass for the Default PostgreSQL Database? + +To access the default database schema as used during development, add this line to your `.pgpass` file in your users home directory: + +``` +localhost:5432:postgres:postgres:password +``` + +Amend host and port if necessary. + ### How to Run the Tests Against a Local User-Space Podman Daemon?