UNPKG

278 BPlain TextView Raw
1# Environment Config
2
3# store your secrets and config variables in here
4# only invited collaborators will be able to see your .env values
5
6# reference these in your code with process.env.SECRET
7
8SECRET=
9MADE_WITH=
10
11# note: .env is a shell file so there can't be spaces around =