Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
5fc4bad9
Commit
5fc4bad9
authored
Sep 07, 2017
by
Uman Shahzad
Committed by
Jesse Shapiro
Sep 13, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add `ENTERPRISE_SUPPORT_URL` to environment config and bump edx-enterprise to 0.44.0.
parent
999fa418
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
1 deletions
+9
-1
lms/envs/aws.py
+7
-0
lms/envs/common.py
+1
-0
requirements/edx/base.txt
+1
-1
No files found.
lms/envs/aws.py
View file @
5fc4bad9
...
...
@@ -959,6 +959,13 @@ ENTERPRISE_COURSE_ENROLLMENT_AUDIT_MODES = ENV_TOKENS.get(
ENTERPRISE_COURSE_ENROLLMENT_AUDIT_MODES
)
# A support URL used on Enterprise landing pages for when a warning
# message goes off.
ENTERPRISE_SUPPORT_URL
=
ENV_TOKENS
.
get
(
'ENTERPRISE_SUPPORT_URL'
,
ENTERPRISE_SUPPORT_URL
)
############## ENTERPRISE SERVICE API CLIENT CONFIGURATION ######################
# The LMS communicates with the Enterprise service via the EdxRestApiClient class
# The below environmental settings are utilized by the LMS when interacting with
...
...
lms/envs/common.py
View file @
5fc4bad9
...
...
@@ -3233,6 +3233,7 @@ HELP_TOKENS_BOOKS = {
ENTERPRISE_ENROLLMENT_API_URL
=
LMS_ROOT_URL
+
"/api/enrollment/v1/"
ENTERPRISE_PUBLIC_ENROLLMENT_API_URL
=
ENTERPRISE_ENROLLMENT_API_URL
ENTERPRISE_COURSE_ENROLLMENT_AUDIT_MODES
=
[
'audit'
,
'honor'
]
ENTERPRISE_SUPPORT_URL
=
''
############## ENTERPRISE SERVICE API CLIENT CONFIGURATION ######################
# The LMS communicates with the Enterprise service via the EdxRestApiClient class
...
...
requirements/edx/base.txt
View file @
5fc4bad9
...
...
@@ -48,7 +48,7 @@ edx-lint==0.4.3
astroid==1.3.8
edx-django-oauth2-provider==1.1.4
edx-django-sites-extensions==2.3.0
edx-enterprise==0.4
3.5
edx-enterprise==0.4
4.0
edx-oauth2-provider==1.2.0
edx-opaque-keys==0.4.0
edx-organizations==0.4.6
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment