Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 253 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 253 Bytes

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')