Skip to content
Snippets Groups Projects
Unverified Commit 9c887937 authored by Torma Kristóf's avatar Torma Kristóf :alien:
Browse files

cors setting should be a list

parent 1f4b395e
No related branches found
Tags 1.4.3
No related merge requests found
Pipeline #43306 passed
......@@ -34,4 +34,4 @@ EMAIL_HOST_PASSWORD = os.getenv('SMTP_PASSWORD')
CELERY_BROKER_URL = os.getenv('CELERY_BROKER_URL')
CELERY_RESULT_BACKEND = os.getenv('CELERY_BROKER_URL')
CSRF_TRUSTED_ORIGINS = os.getenv('CSRF_TRUSTED_ORIGINS')
CSRF_TRUSTED_ORIGINS = [ os.getenv('CSRF_TRUSTED_ORIGINS') ]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment