Skip to content

Instantly share code, notes, and snippets.

@genomics-geek
Created April 20, 2016 19:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save genomics-geek/116492e5cf399c7dbc85b2a2a853b863 to your computer and use it in GitHub Desktop.
Save genomics-geek/116492e5cf399c7dbc85b2a2a853b863 to your computer and use it in GitHub Desktop.
Example .env file
SECRET_KEY=13dfdasfaw3rarfdafjpj*(*&YO&D&FAFAHUH
DEBUG=true
ALLOWED_HOSTS=localhost 0.0.0.0 127.0.0.1
DATABASE_URL=postgres://user:password@localhost:5432/database
@genomics-geek
Copy link
Author

Make sure to change the SECRET_KEY!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment