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
edx
edx-platform
Commits
6f3ef7c9
Commit
6f3ef7c9
authored
Aug 03, 2017
by
Aamish Baloch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
YONK-725: PARENTAL_CONSENT_AGE_LIMIT set to be configurable
parent
3e7243ea
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
0 deletions
+18
-0
cms/envs/aws.py
+9
-0
lms/envs/aws.py
+9
-0
No files found.
cms/envs/aws.py
View file @
6f3ef7c9
...
@@ -513,3 +513,12 @@ HELP_TOKENS_BOOKS = ENV_TOKENS.get('HELP_TOKENS_BOOKS', HELP_TOKENS_BOOKS)
...
@@ -513,3 +513,12 @@ HELP_TOKENS_BOOKS = ENV_TOKENS.get('HELP_TOKENS_BOOKS', HELP_TOKENS_BOOKS)
############## Settings for CourseGraph ############################
############## Settings for CourseGraph ############################
COURSEGRAPH_JOB_QUEUE
=
ENV_TOKENS
.
get
(
'COURSEGRAPH_JOB_QUEUE'
,
LOW_PRIORITY_QUEUE
)
COURSEGRAPH_JOB_QUEUE
=
ENV_TOKENS
.
get
(
'COURSEGRAPH_JOB_QUEUE'
,
LOW_PRIORITY_QUEUE
)
########################## Parental controls config #######################
# The age at which a learner no longer requires parental consent, or None
# if parental consent is never required.
PARENTAL_CONSENT_AGE_LIMIT
=
ENV_TOKENS
.
get
(
'PARENTAL_CONSENT_AGE_LIMIT'
,
PARENTAL_CONSENT_AGE_LIMIT
)
lms/envs/aws.py
View file @
6f3ef7c9
...
@@ -1015,3 +1015,12 @@ ICP_LICENSE = ENV_TOKENS.get('ICP_LICENSE', None)
...
@@ -1015,3 +1015,12 @@ ICP_LICENSE = ENV_TOKENS.get('ICP_LICENSE', None)
############## Settings for CourseGraph ############################
############## Settings for CourseGraph ############################
COURSEGRAPH_JOB_QUEUE
=
ENV_TOKENS
.
get
(
'COURSEGRAPH_JOB_QUEUE'
,
LOW_PRIORITY_QUEUE
)
COURSEGRAPH_JOB_QUEUE
=
ENV_TOKENS
.
get
(
'COURSEGRAPH_JOB_QUEUE'
,
LOW_PRIORITY_QUEUE
)
########################## Parental controls config #######################
# The age at which a learner no longer requires parental consent, or None
# if parental consent is never required.
PARENTAL_CONSENT_AGE_LIMIT
=
ENV_TOKENS
.
get
(
'PARENTAL_CONSENT_AGE_LIMIT'
,
PARENTAL_CONSENT_AGE_LIMIT
)
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