Skip to content

Commit

Permalink
Update ALLOWED_HOSTS with app.przypispowszechny.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
glowka committed Dec 10, 2018
1 parent 7cab366 commit 7aa2ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings/heroku_prod.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
SECRET_KEY = os.environ.get('PP_SECRET_KEY')

ALLOWED_HOSTS = [
'przypispowszechny.pl', 'www.przypispowszechny.pl',
'przypispowszechny.pl', 'www.przypispowszechny.pl', 'app.przypispowszechny.pl',
]

# Update database configuration with $DATABASE_URL.
Expand Down

0 comments on commit 7aa2ec1

Please sign in to comment.