Remove unknown host from ALLOWED_HOSTS
This commit is contained in:
parent
7f39c24617
commit
e66a96244b
1 changed files with 0 additions and 1 deletions
|
|
@ -40,7 +40,6 @@ DEFAULT_FROM_EMAIL = 'noreply@videoflix.com'
|
||||||
ALLOWED_HOSTS = [
|
ALLOWED_HOSTS = [
|
||||||
'videoflix-django.andre-kempf.com',
|
'videoflix-django.andre-kempf.com',
|
||||||
'45.157.177.172',
|
'45.157.177.172',
|
||||||
'v2202408206841281687.happysrv.de',
|
|
||||||
'localhost',
|
'localhost',
|
||||||
'127.0.0.1',
|
'127.0.0.1',
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue