Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 231 Bytes

File metadata and controls

13 lines (10 loc) · 231 Bytes

Using .env file

You can put your environment variables in a file called .env instead

This is the file syntax:

KEY=VALUE

So if my token is [redacted] and I want the variable name to be TOKEN:

TOKEN=REDACTED