Skip to content

Commit 7e99a40

Browse files
committed
adding new domain name to allowed hosts
1 parent 4e38e3c commit 7e99a40

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

museum_of_dreams_project/settings/aws.py

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
ALLOWED_HOSTS = [
1313
"museumofdreamworlds.eu-west-2.elasticbeanstalk.com",
1414
"3.11.242.245",
15+
"museumofdreamworlds.org",
1516
]
1617

1718
DATABASES = {

museum_of_dreams_project/settings/staging.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55

66
ALLOWED_HOSTS = [
77
"museumofdreams.eu-west-2.elasticbeanstalk.com",
8-
"18.171.110.126", # to stop error about it
8+
"18.171.110.126",
9+
"staging.museumofdreamworlds.org",
910
]
1011
GRAPPELLI_ADMIN_TITLE = "Museum of Dreams"
1112
AWS_STORAGE_BUCKET_NAME = "moddevbucket"

0 commit comments

Comments
 (0)