Don't Forget to Cast Your Boolean ENV Variables
When ENV variable values are being used in conditionals, they can do the exact opposite of what you intended them to do if they aren’t cast to booleans first
When ENV variable values are being used in conditionals, they can do the exact opposite of what you intended them to do if they aren’t cast to booleans first