Skip to content

Commit

Permalink
Update .env file to use sqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorfs committed Jul 11, 2015
1 parent 34cd49b commit e84798d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
DEBUG=True
SECRET_KEY=s3cr3t_k3y
DATABASE_URL=postgres://u_bootcamp:123@localhost:5432/bootcamp
SECRET_KEY=s3cr3t_key
DATABASE_URL=sqlite:////tmp/db.sqlite3

0 comments on commit e84798d

Please sign in to comment.