This repository was archived by the owner on Jul 24, 2020. It is now read-only.
This repository was archived by the owner on Jul 24, 2020. It is now read-only.
Make ENV variable behavior more logical #1422
Open
Description
Currently, we have a number of environment variables that are interpreted as "true" if set to any value, including false
or 0
. This isn't really logical (thanks @dgoerger!) so we should set up a high level helper method to evaluate environment variables that either whitelists specific "true" values or blacklists specific "false" values.
Activity