Skip to content

Increase database.yml options

Paul Mather requested to merge more_database_options into master

Created by: pmather

Amend database.yml so that an optional "host" and "port" option may be specified via config/secrets.yml. This will allow the application to point to a PostgreSQL database running on a different host.

Merge request reports