Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 325 Bytes

File metadata and controls

15 lines (11 loc) · 325 Bytes

dotenv

Author: ln

dotenv reads .env or another specified file and loads the key value pairs into the environment. Supports multi-line strings, but only wrapped with double-quotes (").

Usage

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