Skip to content

Version 3.1.0 - Required Env Vars

Compare
Choose a tag to compare
@CCP-Zeulix CCP-Zeulix released this 12 Apr 09:23
· 5 commits to main since this release
f8da238

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 a ValueError raised when loading config files.