update settings
This commit is contained in:
parent
690e991309
commit
a31b9a1c15
2 changed files with 5 additions and 4 deletions
|
|
@ -32,5 +32,4 @@ setuptools==72.1.0
|
|||
six==1.16.0
|
||||
sqlparse==0.5.1
|
||||
tablib==3.5.0
|
||||
urllib3==2.2.2
|
||||
Werkzeug==3.0.3
|
||||
urllib3==2.2.2
|
||||
|
|
@ -36,13 +36,15 @@ EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
|
|||
|
||||
ALLOWED_HOSTS = [
|
||||
'videoflix-django.andre-kempf.com',
|
||||
'34.65.103.198',
|
||||
'35.198.182.146',
|
||||
'34.65.133.166',
|
||||
'localhost',
|
||||
'127.0.0.1',
|
||||
]
|
||||
|
||||
CORS_ALLOWED_ORIGINS = [
|
||||
'https://34.65.103.198',
|
||||
'https://35.198.182.146'
|
||||
'https://34.65.133.166',
|
||||
'http://localhost:4200',
|
||||
'https://videoflix.andre-kempf.com',
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue