Skip to content

Commit 70a9b93

Browse files
Add variable for student care assistant URL (#135)
1 parent ac13537 commit 70a9b93

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lms/envs/production.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1102,3 +1102,6 @@ def should_show_debug_toolbar(request):
11021102
MODULE_EXPORTIMPORT_ENDPOINT_URL = AUTH_TOKENS.get('MODULE_EXPORTIMPORT_ENDPOINT_URL')
11031103

11041104
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

Comments
 (0)