We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac13537 commit 70a9b93Copy full SHA for 70a9b93
lms/envs/production.py
@@ -1102,3 +1102,6 @@ def should_show_debug_toolbar(request):
1102
MODULE_EXPORTIMPORT_ENDPOINT_URL = AUTH_TOKENS.get('MODULE_EXPORTIMPORT_ENDPOINT_URL')
1103
1104
DEFAULT_FROM_EMAIL = AUTH_TOKENS.get('DEFAULT_FROM_EMAIL')
1105
+
1106
+### STUDENT CARE ASSISTANT
1107
+STUDENT_CARE_ASSISTANT_URL = AUTH_TOKENS.get('STUDENT_CARE_ASSISTANT_URL')
0 commit comments