Skip to content
This repository has been archived by the owner on Feb 28, 2018. It is now read-only.

Commit

Permalink
Add 0.0.0.0 to sample ALLOWED_HOSTS
Browse files Browse the repository at this point in the history
  • Loading branch information
cuducos committed Oct 14, 2017
1 parent 39813cc commit 648b3c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/.env.sample
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SECRET_KEY=jaa-aaa-ar-bas
DEBUG=False
ALLOWED_HOSTS=localhost,127.0.0.1
ALLOWED_HOSTS=localhost,127.0.0.1,0.0.0.0

DATABASE_URL=postgres://jarbas:mysecretpassword@localhost/jarbas

Expand Down

0 comments on commit 648b3c8

Please sign in to comment.