feat: add course enrollment email task (#31241)

This commit is contained in:
Shahbaz Shabbir
2022-11-18 17:25:52 +05:00
committed by GitHub
parent de0b132f10
commit ee6f3164c3
7 changed files with 433 additions and 9 deletions

View File

@@ -4740,8 +4740,12 @@ PASSWORD_RESET_EMAIL_RATE = '2/h'
SAVE_FOR_LATER_IP_RATE_LIMIT = '100/d'
SAVE_FOR_LATER_EMAIL_RATE_LIMIT = '5/h'
#### BRAZE API SETTINGS ####
EDX_BRAZE_API_KEY = None
EDX_BRAZE_API_SERVER = None
BRAZE_COURSE_ENROLLMENT_CANVAS_ID = ''
### SETTINGS FOR AMPLITUDE ####
AMPLITUDE_URL = ''