Skip to content

Latest commit

 

History

History
 
 

dotenv

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

dotenv

Author: ln

dotenv reads .env or another specified file and loads the key value pairs into the environment.

Usage

load('ext://dotenv', 'dotenv')
dotenv()
# or
dotenv(fn='my-config.env')