Skip to content

Commit

Permalink
Add .env sample file. Update gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorfs committed Jul 11, 2015
1 parent a4937d4 commit d7ca2bf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
DEBUG=True
SECRET_KEY=s3cr3t_k3y
DATABASE_URL=postgres://u_bootcamp:123@localhost:5432/bootcamp
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,6 @@ docs/_build/
*.sqlite3
media/

.env
.env

venv_bootcamp/

0 comments on commit d7ca2bf

Please sign in to comment.