Readin env
Read in a environment variables.
readin_env(path='.', name='.env', overwrite=False)
Set environment variables from a .env file.
| PARAMETER | DESCRIPTION |
|---|---|
|
Path to a .env file, or to a directory containing such a file.
By default, this will fall back on
TYPE:
|
|
Name of the file, when
TYPE:
|
|
If
TYPE:
|
| RETURNS | DESCRIPTION |
|---|---|
None
|
If a file is found, it will add contents to |
Examples: