EnvFileBackend API¶
EnvFileBackend(path: Union[str, Path] = '.env', load_into_environ: bool = False, encoding: str = 'utf-8')
¶
Bases: BaseSecretBackend
.env file secrets backend with full CRUD and atomic writes.