# PostgreSQL

## What's the default `username` and `password` for a PostgreSQL database?

```
username: postgres
password: password
```
