.env 238 B

12345678910
  1. # Environment Config
  2. # store your secrets and config variables in here
  3. # only invited collaborators will be able to see your .env values
  4. # reference these in your code with process.env.SECRET
  5. SECRET=secret
  6. MADE_BY=josh
  7. POWERED_BY=Flask