Skip to content

Commit 8e44b2e

Browse files
authored
Fix markdown formatting for postgres troubleshooting MAC_SETUP.md
1 parent 19106c4 commit 8e44b2e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/MAC_SETUP.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,15 @@ If you have an older version of postgres, `brew postgresql-upgrade-database`
2020

2121
For a more GUI focused postgres experience, try [Postgres.app](https://postgresapp.com/) an alternative to the CLI focused default postgres
2222

23-
If you are having trouble connecting to your local postgres database using pgAdmin or another local tool, try the following configuration:
23+
If you are having trouble connecting to your local postgres database using pgAdmin or another local tool, try the following configuration:
24+
25+
```
2426
Host Name: localhost
2527
Port: 5432
2628
Maintenance Database: postgres
2729
Username: you_mac_login_username (Can be found by calling whoami in a terminal)
2830
Password: password
31+
```
2932

3033
## Ruby
3134

0 commit comments

Comments
 (0)