ACE writes to a file by default

This commit is contained in:
Gabe Mulley
2017-10-13 18:20:28 -04:00
committed by Gabe Mulley
parent 6387e3a813
commit 4a13f9bf53
2 changed files with 2 additions and 2 deletions

View File

@@ -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'

View File

@@ -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