# Functions
GetBool tests whether the environment variable was set and eventually returns its boolean value or a default if passed.
GetInt tests whether the environment variable was set and eventually returns its integer value or a default if passed.
GetStr tests whether the environment variable was set and eventually returns its string value.