Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
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
configuration
Commits
34c2441d
Commit
34c2441d
authored
7 years ago
by
Kevin Falcone
Committed by
GitHub
7 years ago
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4047 from edx/jibsheet/remove-BOOK_URL
These are coming out of edx-platform, unused in years
parents
64498886
4f0a96af
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
+1
-2
CHANGELOG.md
+1
-0
playbooks/roles/edxapp/defaults/main.yml
+0
-2
No files found.
CHANGELOG.md
View file @
34c2441d
...
...
@@ -376,3 +376,4 @@
-
Role: edxapp
-
Added
`EDXAPP_VIDEO_TRANSCRIPTS_SETTINGS`
to configure S3-backed video transcripts.
-
Removed unused
`EDXAPP_BOOK_URL`
setting
This diff is collapsed.
Click to expand it.
playbooks/roles/edxapp/defaults/main.yml
View file @
34c2441d
...
...
@@ -270,7 +270,6 @@ EDXAPP_FEATURES:
SHOW_HEADER_LANGUAGE_SELECTOR
:
"
{{
EDXAPP_SHOW_HEADER_LANGUAGE_SELECTOR
}}"
SHOW_FOOTER_LANGUAGE_SELECTOR
:
"
{{
EDXAPP_SHOW_FOOTER_LANGUAGE_SELECTOR
}}"
EDXAPP_BOOK_URL
:
"
"
# This needs to be set to localhost
# if xqueue is run on the same server
# as the lms (it's sent in the request)
...
...
@@ -971,7 +970,6 @@ generic_env_config: &edxapp_generic_env
LMS_BASE
:
"
{{
EDXAPP_LMS_BASE
}}"
CMS_BASE
:
"
{{
EDXAPP_CMS_BASE
}}"
LMS_ROOT_URL
:
"
{{
EDXAPP_LMS_ROOT_URL
}}"
BOOK_URL
:
"
{{
EDXAPP_BOOK_URL
}}"
PARTNER_SUPPORT_EMAIL
:
"
{{
EDXAPP_PARTNER_SUPPORT_EMAIL
}}"
PLATFORM_NAME
:
"
{{
EDXAPP_PLATFORM_NAME
}}"
STUDIO_NAME
:
"
{{
EDXAPP_STUDIO_NAME
}}"
...
...
This diff is collapsed.
Click to expand it.
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