From 4a13f9bf53edfdc49671a582ddd34fe658ec21d1 Mon Sep 17 00:00:00 2001 From: Gabe Mulley Date: Fri, 13 Oct 2017 18:20:28 -0400 Subject: [PATCH] ACE writes to a file by default --- lms/envs/common.py | 2 +- requirements/edx/base.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lms/envs/common.py b/lms/envs/common.py index b25788a452..645ab6f4a1 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -3305,7 +3305,7 @@ COURSEGRAPH_JOB_QUEUE = LOW_PRIORITY_QUEUE ############## Settings for ACE #################################### ACE_ENABLED_CHANNELS = [ - 'sailthru_email' + 'file_email' ] ACE_ENABLED_POLICIES = [ 'bulk_email_optout' diff --git a/requirements/edx/base.txt b/requirements/edx/base.txt index 08eb08e7ac..e52252257c 100644 --- a/requirements/edx/base.txt +++ b/requirements/edx/base.txt @@ -35,7 +35,7 @@ django-user-tasks==0.1.5 django-waffle==0.12.0 djangorestframework-jwt==1.11.0 enum34==1.1.6 -edx-ace==0.1.5 +edx-ace==0.1.6 edx-ccx-keys==0.2.1 edx-celeryutils==0.2.6 edx-drf-extensions==1.2.3