The Koji hub does not have an option to configure the port for the DB server, and psycopg2 doesn't allow you to pass a "server:port" string as a host. This pull request adds the missing DBPort option.
:thumbsup: Issue #886
Looks fine, except the default value should continue to be None.
1 new commit added
Keep None as the default DBPort
2 new commits added
Add option to configure DB port
5432 is the default port of the underlying library, but OK.
Commit df562130 fixes this pull-request
Pull-Request has been merged by mikem
The Koji hub does not have an option to configure the port for the DB server, and psycopg2 doesn't allow you to pass a "server:port" string as a host. This pull request adds the missing DBPort option.