From 1389106f288f9956e08105d50cdb48f1bcf9fe94 Mon Sep 17 00:00:00 2001 From: Emilien Devos <121870973+edevosc2c@users.noreply.github.com> Date: Thu, 18 Apr 2024 15:48:10 +0200 Subject: [PATCH] add note about user in pgbouncer --- pgbouncer/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pgbouncer/README.md b/pgbouncer/README.md index da15126..645886e 100644 --- a/pgbouncer/README.md +++ b/pgbouncer/README.md @@ -20,4 +20,7 @@ Please read here what is PostgreSQL HBA: https://www.postgresql.org/docs/current This will allow us to configure the permissions for our virtual PgBouncer users. -For that uncomment `config.hba` and configure the file based on the documentation linked above. \ No newline at end of file +For that uncomment `config.hba` and configure the file based on the documentation linked above. + +## Notes +- You do need to specify the user and their password in the user list for the user to work.