Retrieves a boolean value from an environment variable.
The name of the environment variable
Optional
Optional default boolean value to use if the environment variable is not set
The boolean value parsed from the environment variable (case-insensitive 'true')
Will throw an error if the environment variable is missing and no default is provided
Retrieves a boolean value from an environment variable.