From 824ed50447254cb3d2a45304413fa6992cac428d Mon Sep 17 00:00:00 2001 From: Andy Piper Date: Mon, 11 Dec 2023 09:57:51 +0000 Subject: [PATCH] Update content/en/admin/scaling.md Co-authored-by: Michael Stanclift --- content/en/admin/scaling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/admin/scaling.md b/content/en/admin/scaling.md index 8612fb51..2f523e6f 100644 --- a/content/en/admin/scaling.md +++ b/content/en/admin/scaling.md @@ -163,7 +163,7 @@ Then `\q` to quit. Edit `/etc/pgbouncer/userlist.txt` -As long as you specify a user/password in pgbouncer.ini later, the values in `userlist.txt` do _not_ have to correspond to real PostgreSQL roles. You can arbitrarily define users and passwords, but you can reuse the “real” credentials for simplicity’s sake. Add the `mastodon` user to the `userlist.txt`: +As long as you specify a user/password in `pgbouncer.ini` later, the values in `userlist.txt` do _not_ have to correspond to real PostgreSQL roles. You can arbitrarily define users and passwords, but you can reuse the “real” credentials for simplicity’s sake. Add the `mastodon` user to the `userlist.txt`: ```text "mastodon" "md5d75bb2be2d7086c6148944261a00f605"