Closed codesections closed 4 years ago
This PR adds support for specifying the host directly in the DATABASE_URL path, in addition to via a query parameter. (Or with the DB_HOST variable). This includes passing a URL-escaped hostname.
DATABASE_URL
DB_HOST
This PR adds support for specifying the host directly in the
DATABASE_URL
path, in addition to via a query parameter. (Or with theDB_HOST
variable). This includes passing a URL-escaped hostname.