diff --git a/lms/envs/aws.py b/lms/envs/aws.py index 39e0f9a88f..389b6aa116 100644 --- a/lms/envs/aws.py +++ b/lms/envs/aws.py @@ -808,6 +808,7 @@ if FEATURES.get('ENABLE_CSMH_EXTENDED'): INSTALLED_APPS += ('coursewarehistoryextended',) API_ACCESS_MANAGER_EMAIL = ENV_TOKENS.get('API_ACCESS_MANAGER_EMAIL') +API_ACCESS_FROM_EMAIL = ENV_TOKENS.get('API_ACCESS_FROM_EMAIL') # Mobile App Version Upgrade config APP_UPGRADE_CACHE_TIMEOUT = ENV_TOKENS.get('APP_UPGRADE_CACHE_TIMEOUT', APP_UPGRADE_CACHE_TIMEOUT)