Remove unknown host from ALLOWED_HOSTS

This commit is contained in:
Chneemann 2024-09-16 04:35:25 +02:00
parent 7f39c24617
commit e66a96244b

View file

@ -40,7 +40,6 @@ DEFAULT_FROM_EMAIL = 'noreply@videoflix.com'
ALLOWED_HOSTS = [
'videoflix-django.andre-kempf.com',
'45.157.177.172',
'v2202408206841281687.happysrv.de',
'localhost',
'127.0.0.1',
]