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