Commit 4a13f9bf by Gabe Mulley Committed by Gabe Mulley

ACE writes to a file by default

parent 6387e3a8
...@@ -3305,7 +3305,7 @@ COURSEGRAPH_JOB_QUEUE = LOW_PRIORITY_QUEUE ...@@ -3305,7 +3305,7 @@ COURSEGRAPH_JOB_QUEUE = LOW_PRIORITY_QUEUE
############## Settings for ACE #################################### ############## Settings for ACE ####################################
ACE_ENABLED_CHANNELS = [ ACE_ENABLED_CHANNELS = [
'sailthru_email' 'file_email'
] ]
ACE_ENABLED_POLICIES = [ ACE_ENABLED_POLICIES = [
'bulk_email_optout' 'bulk_email_optout'
......
...@@ -35,7 +35,7 @@ django-user-tasks==0.1.5 ...@@ -35,7 +35,7 @@ django-user-tasks==0.1.5
django-waffle==0.12.0 django-waffle==0.12.0
djangorestframework-jwt==1.11.0 djangorestframework-jwt==1.11.0
enum34==1.1.6 enum34==1.1.6
edx-ace==0.1.5 edx-ace==0.1.6
edx-ccx-keys==0.2.1 edx-ccx-keys==0.2.1
edx-celeryutils==0.2.6 edx-celeryutils==0.2.6
edx-drf-extensions==1.2.3 edx-drf-extensions==1.2.3
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment