Skip to content

Commit

Permalink
fix: correct misnamed database port configuration property causing th…
Browse files Browse the repository at this point in the history
…e PACT_BROKER_DATABASE_PORT not to be respected
  • Loading branch information
bethesque committed Oct 14, 2021
1 parent 9bfafc8 commit 3d14013
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -93,7 +93,7 @@ def database_configuration_from_parts
password: database_password,
host: database_host,
database: database_name,
database_port: database_port
port: database_port
}.compact
end
private :database_credentials
Expand Down

0 comments on commit 3d14013

Please sign in to comment.