What are the Postgres Connection Settings for Python app?

Can someone point me to the doc or the details regarding the host / user / pass / db name provided by the machine install of Postgresql that my Python app can use for running tests?

I’ve figured it out. For reference, here are the details:

hostname: localhost
username: ubuntu
password: ""
database: circle_test