From ce4916a9f39aa9844e312aabec7930fec628b8bd Mon Sep 17 00:00:00 2001 From: Kyle Hoskins Date: Sun, 11 Aug 2024 17:54:29 -0500 Subject: [PATCH] docs: Add help for local postgres connection on Mac --- doc/MAC_SETUP.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/MAC_SETUP.md b/doc/MAC_SETUP.md index 52d5209912..0f10314128 100644 --- a/doc/MAC_SETUP.md +++ b/doc/MAC_SETUP.md @@ -20,6 +20,13 @@ If you have an older version of postgres, `brew postgresql-upgrade-database` For a more GUI focused postgres experience, try [Postgres.app](https://postgresapp.com/) an alternative to the CLI focused default postgres +If you are having trouble connecting to your local postgres database using pgAdmin or another local tool, try the following configuration: +Host Name: localhost +Port: 5432 +Maintenance Database: postgres +Username: you_mac_login_username (Can be found by calling whoami in a terminal) +Password: password + ## Ruby ### Rbenv