Expand description
Configuration file utilities.
Provides functions for reading and writing the .env file
that stores user configuration overrides.
Functionsยง
- env_
file_ path - Location of the
.envfile that stores user overrides. - persist_
env_ value - Persist a key=value pair into the
.envfile. - persist_
models_ dir - Persist the selected models directory into
.env.