Skip to content

Commit

Permalink
Fix markdown formatting for postgres troubleshooting MAC_SETUP.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FireLemons authored Dec 18, 2024
1 parent 19106c4 commit 8e44b2e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/MAC_SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8e44b2e

Please sign in to comment.