Module config

Module config 

Source
Expand description

Configuration utilities

Functionsยง

get_env_or_default
Gets an environment variable or returns a default value if not found or cannot be parsed
get_env_or_none
Gets an environment variable and parses it, returning None if not found or invalid