Day108 — dotenv
1 min readSep 25, 2019
dotenv is a convenient place to store configuration variables, such as API key and account secret key. Those values are recommended not to store remotely and ignored when committing to a git repository.
.env.example as the template for .env