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.