From 8e44b2e5f805c7bb883221be6e2d95e0038b674e Mon Sep 17 00:00:00 2001 From: Shen Yang Date: Tue, 17 Dec 2024 19:54:01 -0600 Subject: [PATCH] Fix markdown formatting for postgres troubleshooting MAC_SETUP.md --- doc/MAC_SETUP.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/MAC_SETUP.md b/doc/MAC_SETUP.md index b21778e1ed..d80c2ab5a2 100644 --- a/doc/MAC_SETUP.md +++ b/doc/MAC_SETUP.md @@ -20,12 +20,15 @@ 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: +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