Skip to content

Conversation

matweaver7
Copy link

Fixed issue when processing boolean environment variables.

On postgres (pg driver) and probably others, there is a bug when you try to do booleans. The drivers are checking
if(self.ssl){ //do stuff }`

Since you are passing them a string instead of a boolean when reading the environment variables it always passes. This Fixes that.

Fixed issue when processing boolean environment variables.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant