A cartoon caveman

Read Environment Variables

(code for this section)

It might surprise you to learn that postgres is probably not going to be the password for your production database.

To have something that can work in development as well as where you deploy it, you should read your configuration using environment variables.

→ Setup Database Migrations.

← Connect to Postgresql.