Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
edx-platform
Commits
d1c0a73f
Commit
d1c0a73f
authored
Aug 10, 2017
by
Calen Pennington
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set up ACE_* configuration values for common.py and aws.py environments
parent
bac7a4cb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
lms/envs/aws.py
+7
-0
lms/envs/common.py
+3
-2
No files found.
lms/envs/aws.py
View file @
d1c0a73f
...
...
@@ -1024,3 +1024,10 @@ PARENTAL_CONSENT_AGE_LIMIT = ENV_TOKENS.get(
'PARENTAL_CONSENT_AGE_LIMIT'
,
PARENTAL_CONSENT_AGE_LIMIT
)
############## Settings for ACE ####################################
ACE_ENABLED_CHANNELS
=
ENV_TOKENS
.
get
(
'ACE_ENABLED_CHANNELS'
,
ACE_ENABLED_CHANNELS
)
ACE_CHANNEL_SAILTHRU_DEBUG
=
ENV_TOKENS
.
get
(
'ACE_CHANNEL_SAILTHRU_DEBUG'
,
ACE_CHANNEL_SAILTHRU_DEBUG
)
ACE_CHANNEL_SAILTHRU_TEMPLATE_NAME
=
ENV_TOKENS
.
get
(
'ACE_CHANNEL_SAILTHRU_TEMPLATE_NAME'
,
ACE_CHANNEL_SAILTHRU_TEMPLATE_NAME
)
ACE_CHANNEL_SAILTHRU_API_KEY
=
AUTH_TOKENS
.
get
(
'ACE_CHANNEL_SAILTHRU_API_KEY'
,
ACE_CHANNEL_SAILTHRU_API_KEY
)
ACE_CHANNEL_SAILTHRU_API_SECRET
=
AUTH_TOKENS
.
get
(
'ACE_CHANNEL_SAILTHRU_API_SECRET'
,
ACE_CHANNEL_SAILTHRU_API_SECRET
)
lms/envs/common.py
View file @
d1c0a73f
...
...
@@ -3269,4 +3269,6 @@ ACE_ENABLED_CHANNELS = [
'sailthru_email'
]
ACE_CHANNEL_SAILTHRU_DEBUG
=
True
ACE_CHANNEL_SAILTHRU_TEMPLATE_NAME
=
'edX Automated Communication Engine'
\ No newline at end of file
ACE_CHANNEL_SAILTHRU_TEMPLATE_NAME
=
'Automated Communication Engine Email'
ACE_CHANNEL_SAILTHRU_API_KEY
=
None
ACE_CHANNEL_SAILTHRU_API_SECRET
=
None
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment