Skip to content

Commit

Permalink
Update Allowed Hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
aswinshenoy committed Mar 7, 2019
1 parent 4ea2cbf commit d2b06a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = config('DEBUG', default=False, cast=bool)

ALLOWED_HOSTS = ['127.0.0.1', 'localhost', '.herokuapp.com', 'amfoss.in']
ALLOWED_HOSTS = config('ALLOWED_HOSTS', default='*')


# Application definition
Expand Down

0 comments on commit d2b06a9

Please sign in to comment.