#449 [docker] don't try to send emails from docker env
Merged 5 years ago by praiskup. Opened 5 years ago by frostyx.
copr/ frostyx/copr docker-send-emails  into  master

@@ -37,7 +37,7 @@ 

  #WTF_CSRF_ENABLED = True

  

  # send emails when user's perms change in project?

- SEND_EMAILS = True

+ SEND_EMAILS = False

  

  ## post-process url leading to backend

  ## possible options: None, "http", "https"

Requesting permissions for project or raising legal flag
fail in docker environemt because of unsuccessful attempt
to send email notification. This change fixes it.

Pull-Request has been merged by praiskup

5 years ago
Metadata