Version 3.1.0 - Required Env Vars
Version 3.1.0 - Required Env Vars
Added
- A way to make evaluating environment variables require a value to be found by
appending!=
to the end of the expression like so${__ENV__:API_KEY!=}
.
Missing values will trigger aValueError
raised when loading config files.