Skip to content

Commit 74bfebe

Browse files
committed
Add missing Context header in Loading Env article
1 parent e202ed0 commit 74bfebe

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

content/articles/20250227-loading-env-without-leaks.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ date = 2025-02-27
66
tags = ["tip", "unix", "dotenv"]
77
+++
88

9+
## Context
10+
911
If you're developing a server or a web app, and this server needs to interact with third-party services, you're probably going to use a `.env` (dotenv) file to define those variables. At least, when running your project locally.
1012

1113
So, you would probably end up doing something like `export $(cat .env | xargs)`, and then running your process.

0 commit comments

Comments
 (0)