Skip to content

Commit

Permalink
17: updated production domain settings
Browse files Browse the repository at this point in the history
  • Loading branch information
lazarus1331 committed Aug 17, 2018
1 parent 10cd93b commit 821e222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/settings/production.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
# ------------------------------------------------------------------------------
# Hosts/domain names that are valid for this site
# See https://docs.djangoproject.com/en/dev/ref/settings/#allowed-hosts
ALLOWED_HOSTS = env.list('DJANGO_ALLOWED_HOSTS', default=['influencetx.com', 'app.influencetx.com', 'app.influencetexas.com'])
ALLOWED_HOSTS = env.list('DJANGO_ALLOWED_HOSTS', default=['.influencetx.com', '.influencetexas.com'])
# END SITE CONFIGURATION

INSTALLED_APPS += ['gunicorn', ]
Expand Down

0 comments on commit 821e222

Please sign in to comment.