From bcfe8322e0e6dc639d6376ceb640d0a858baf7c7 Mon Sep 17 00:00:00 2001 From: michaelcade Date: Sun, 19 Feb 2023 08:28:08 +0000 Subject: [PATCH] Updated Day13 - 2022 - How To Set Environment Variables --- 2022/Days/day13.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/2022/Days/day13.md b/2022/Days/day13.md index 9233b96..b72238f 100644 --- a/2022/Days/day13.md +++ b/2022/Days/day13.md @@ -56,6 +56,8 @@ To test this before putting this into our main application, I created a new dire We now need those keys, tokens and secrets we gathered from the Twitter developer portal. We are going to set these in our environment variables. This will depend on the OS you are running: +I have had a few questions regarding environment variables, here is a blog post that goes into more detail so you can understand what is happening. [How To Set Environment Variables](https://www.twilio.com/blog/2017/01/how-to-set-environment-variables.html) + Windows ```