diff --git a/ansible/templates/alertad.conf b/ansible/templates/alertad.conf index 9c776a0..cdd3b78 100644 --- a/ansible/templates/alertad.conf +++ b/ansible/templates/alertad.conf @@ -73,3 +73,5 @@ SMTP_PASSWORD = "{{ smtp_passwd }}" SMTP_PORT = "{{ smtp_port }}" SMTP_STARTTLS = True SMTP_USERNAME = "{{ smtp_username }}" + +CORS_ORIGINS = ["*"]