Skip to content

Commit

Permalink
Add health.go.ke to allowed hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarika committed Mar 9, 2016
1 parent b3106e4 commit 9f878f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
EMAIL_USE_TLS = True
EMAIL_SUBJECT_PREFIX = '[Master Facility List] '

ALLOWED_HOSTS = ['.ehealth.or.ke', '.slade360.co.ke', '.localhost']
ALLOWED_HOSTS = ['.ehealth.or.ke', '.slade360.co.ke', '.localhost', '.health.go.ke']
INSTALLED_APPS = (
'django.contrib.sites',
'users',
Expand Down

0 comments on commit 9f878f6

Please sign in to comment.