The current configuration assumes that the default database will always be postgres. This doesn't work with some managed database providers (such as DigitalOcean), which don't allow access to the postgres database.
This PR makes it possible to configure the default database name.
The current configuration assumes that the default database will always be
postgres
. This doesn't work with some managed database providers (such as DigitalOcean), which don't allow access to thepostgres
database.This PR makes it possible to configure the default database name.