Skip to content

Commit

Permalink
Add new env vars for Intercom Hmac identification (#116)
Browse files Browse the repository at this point in the history
* Add variable for intercom identification secret key

* Add variable Intercom App ID

* Add empty dict as OR for returning tutoring modules

* Remove or statement to only return tutoring modules that have to exist

* Remove ipdb import
  • Loading branch information
wondrousWebWorks authored Nov 14, 2023
1 parent c0ccf77 commit e4bd558
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lms/envs/production.py
Original file line number Diff line number Diff line change
Expand Up @@ -1056,6 +1056,8 @@ def should_show_debug_toolbar(request):
BREADCRUMB_INDEX_URL = AUTH_TOKENS.get('BREADCRUMB_INDEX_URL')
PROGRAMMES_WITHOUT_PROGRESS = AUTH_TOKENS.get('PROGRAMMES_WITHOUT_PROGRESS')
SUPPORT_TAB_FEATURES = AUTH_TOKENS.get('SUPPORT_TAB_FEATURES')
INTERCOM_APP_ID = AUTH_TOKENS.get('INTERCOM_APP_ID')
INTERCOM_IDENTIFICATION_SECRET_KEY = AUTH_TOKENS.get('INTERCOM_IDENTIFICATION_SECRET_KEY')

# Mongo connection for getting course lists for programs
import pymongo
Expand Down

0 comments on commit e4bd558

Please sign in to comment.