Skip to content

Commit

Permalink
test deploy demo mle
Browse files Browse the repository at this point in the history
  • Loading branch information
saladgg committed Sep 27, 2021
1 parent fcf3783 commit cb61515
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions config/settings/production.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@
# https://docs.djangoproject.com/en/dev/ref/settings/#allowed-hosts
ALLOWED_HOSTS = env.list(
"DJANGO_ALLOWED_HOSTS",
default=[
".savannahghi.org",
"mle.savannahghi.org",
],
default=[".savannahghi.org", "mle.savannahghi.org", "mle-demo.savannahghi.org"],
)

# DATABASES
Expand Down

0 comments on commit cb61515

Please sign in to comment.