Merge pull request #19959 from edx/coryleeio/remove_aws_py
Remove aws.py
This commit is contained in:
@@ -3283,7 +3283,7 @@ ENTERPRISE_CUSTOMER_CATALOG_DEFAULT_CONTENT_FILTER = {}
|
||||
############## ENTERPRISE SERVICE API CLIENT CONFIGURATION ######################
|
||||
# The LMS communicates with the Enterprise service via the EdxRestApiClient class
|
||||
# These default settings are utilized by the LMS when interacting with the service,
|
||||
# and are overridden by the configuration parameter accessors defined in aws.py
|
||||
# and are overridden by the configuration parameter accessors defined in production.py
|
||||
|
||||
ENTERPRISE_API_URL = LMS_INTERNAL_ROOT_URL + '/enterprise/api/v1/'
|
||||
ENTERPRISE_CONSENT_API_URL = LMS_INTERNAL_ROOT_URL + '/consent/api/v1/'
|
||||
@@ -3385,7 +3385,7 @@ COURSES_API_CACHE_TIMEOUT = 3600 # Value is in seconds
|
||||
COURSEGRAPH_JOB_QUEUE = DEFAULT_PRIORITY_QUEUE
|
||||
|
||||
|
||||
# Initialize to 'unknown', but read from JSON in aws.py
|
||||
# Initialize to 'unknown', but read from JSON in production.py
|
||||
EDX_PLATFORM_REVISION = 'unknown'
|
||||
|
||||
############## Settings for Completion API #########################
|
||||
|
||||
Reference in New Issue
Block a user