Skip to content

Commit bcfe832

Browse files
committed
Updated Day13 - 2022 - How To Set Environment Variables
1 parent bed565b commit bcfe832

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

2022/Days/day13.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ To test this before putting this into our main application, I created a new dire
5656

5757
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:
5858

59+
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)
60+
5961
Windows
6062

6163
```

0 commit comments

Comments
 (0)