Skip to content

Commit

Permalink
add note about user in pgbouncer
Browse files Browse the repository at this point in the history
  • Loading branch information
edevosc2c authored Apr 18, 2024
1 parent 7447a72 commit 1389106
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pgbouncer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.

0 comments on commit 1389106

Please sign in to comment.