update settings

This commit is contained in:
Chneemann 2024-08-16 18:36:47 +02:00
parent 690e991309
commit a31b9a1c15
2 changed files with 5 additions and 4 deletions

View file

@ -32,5 +32,4 @@ setuptools==72.1.0
six==1.16.0 six==1.16.0
sqlparse==0.5.1 sqlparse==0.5.1
tablib==3.5.0 tablib==3.5.0
urllib3==2.2.2 urllib3==2.2.2
Werkzeug==3.0.3

View file

@ -36,13 +36,15 @@ EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
ALLOWED_HOSTS = [ ALLOWED_HOSTS = [
'videoflix-django.andre-kempf.com', 'videoflix-django.andre-kempf.com',
'34.65.103.198', '35.198.182.146',
'34.65.133.166',
'localhost', 'localhost',
'127.0.0.1', '127.0.0.1',
] ]
CORS_ALLOWED_ORIGINS = [ CORS_ALLOWED_ORIGINS = [
'https://34.65.103.198', 'https://35.198.182.146'
'https://34.65.133.166',
'http://localhost:4200', 'http://localhost:4200',
'https://videoflix.andre-kempf.com', 'https://videoflix.andre-kempf.com',
] ]