diff --git a/Running-Mastodon/PgBouncer-guide.md b/Running-Mastodon/PgBouncer-guide.md index aacf945..dfa4814 100644 --- a/Running-Mastodon/PgBouncer-guide.md +++ b/Running-Mastodon/PgBouncer-guide.md @@ -72,7 +72,7 @@ In both cases the password is just `password`. #### Configuring pgbouncer.ini -Add a line under `[databases]` listing the Postgres databases you want to connect to. Here we'll just have Postgres use the same username/password and database name to connect to the underlying Postgres database: +Add a line under `[databases]` listing the Postgres databases you want to connect to. Here we'll just have PgBouncer use the same username/password and database name to connect to the underlying Postgres database: ```ini [databases] @@ -167,4 +167,4 @@ Then use `\q` to quit. - ["Scaling Mastodon"](https://medium.com/@Gargron/scaling-mastodon-1becde463090) - [PgBouncer documentation](https://pgbouncer.github.io/) - [Connection Pooling in PostgreSQL using pgbouncer](https://www.slideshare.net/sameerkasi200x/5th-pugs-meetupjuly2014pgbouncer) -- [PgBouncer on the Postgres wiki](https://wiki.postgresql.org/wiki/PgBouncer) \ No newline at end of file +- [PgBouncer on the Postgres wiki](https://wiki.postgresql.org/wiki/PgBouncer)