You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the closing of #91 I noticed that the documentation still says that boolean environment variables can be substituted with 0 or 1. Looking at the environment variable parsing, this is not the case.
Suggested fix: Update the following comment to not mention the number format and instead that the parsing is case-insensitive.
+ > Note: `0` is equivalent to `False` and `1` is equivalent to `True` for boolean as int values.- > Note: Boolean values are case insensitive. For example, `True` and `true` are equivalent.
The text was updated successfully, but these errors were encountered:
Hey!
Following the closing of #91 I noticed that the documentation still says that boolean environment variables can be substituted with 0 or 1. Looking at the environment variable parsing, this is not the case.
Suggested fix: Update the following comment to not mention the number format and instead that the parsing is case-insensitive.
The text was updated successfully, but these errors were encountered: