Commit 27e6538e by Aamish Baloch Committed by Fred Smith

PARENTAL_CONSENT_AGE_LIMIT added

parent 0510502e
...@@ -656,6 +656,9 @@ EDXAPP_BLOCK_STRUCTURES_SETTINGS: ...@@ -656,6 +656,9 @@ EDXAPP_BLOCK_STRUCTURES_SETTINGS:
# Maximum number of retries per task. # Maximum number of retries per task.
TASK_MAX_RETRIES: 5 TASK_MAX_RETRIES: 5
# The age at which a learner no longer requires parental consent, or None
EDXAPP_PARENTAL_CONSENT_AGE_LIMIT: 13
#-------- Everything below this line is internal to the role ------------ #-------- Everything below this line is internal to the role ------------
#Use YAML references (& and *) and hash merge <<: to factor out shared settings #Use YAML references (& and *) and hash merge <<: to factor out shared settings
...@@ -1075,6 +1078,7 @@ lms_env_config: ...@@ -1075,6 +1078,7 @@ lms_env_config:
RECALCULATE_GRADES_ROUTING_KEY: "{{ EDXAPP_RECALCULATE_GRADES_ROUTING_KEY }}" RECALCULATE_GRADES_ROUTING_KEY: "{{ EDXAPP_RECALCULATE_GRADES_ROUTING_KEY }}"
CELERY_QUEUES: "{{ EDXAPP_LMS_CELERY_QUEUES }}" CELERY_QUEUES: "{{ EDXAPP_LMS_CELERY_QUEUES }}"
ALTERNATE_WORKER_QUEUES: "cms" ALTERNATE_WORKER_QUEUES: "cms"
PARENTAL_CONSENT_AGE_LIMIT: "{{ EDXAPP_PARENTAL_CONSENT_AGE_LIMIT }}"
cms_auth_config: cms_auth_config:
<<: *edxapp_generic_auth <<: *edxapp_generic_auth
......
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