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
7326348e
Commit
7326348e
authored
7 years ago
by
Ned Batchelder
Committed by
GitHub
7 years ago
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3939 from edx/nedbat/remove-obsolete-setting
Remove vestiges of obsolete USE_CUSTOM_THEME setting
parents
f97e4b7d
f9432aed
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
5 deletions
+0
-5
playbooks/roles/edxapp/defaults/main.yml
+0
-4
playbooks/sample_vars/server_vars.yml
+0
-1
No files found.
playbooks/roles/edxapp/defaults/main.yml
View file @
7326348e
...
...
@@ -245,7 +245,6 @@ EDXAPP_FEATURES:
ENABLE_INSTRUCTOR_ANALYTICS
:
false
PREVIEW_LMS_BASE
:
"
{{
EDXAPP_PREVIEW_LMS_BASE
}}"
ENABLE_GRADE_DOWNLOADS
:
true
USE_CUSTOM_THEME
:
"
{{
edxapp_use_custom_theme
}}"
ENABLE_MKTG_SITE
:
"
{{
EDXAPP_ENABLE_MKTG_SITE
}}"
AUTOMATIC_AUTH_FOR_TESTING
:
"
{{
EDXAPP_ENABLE_AUTO_AUTH
}}"
ENABLE_THIRD_PARTY_AUTH
:
"
{{
EDXAPP_ENABLE_THIRD_PARTY_AUTH
}}"
...
...
@@ -1020,7 +1019,6 @@ generic_env_config: &edxapp_generic_env
SESSION_COOKIE_DOMAIN
:
"
{{
EDXAPP_SESSION_COOKIE_DOMAIN
}}"
SESSION_COOKIE_NAME
:
"
{{
EDXAPP_SESSION_COOKIE_NAME
}}"
COMMENTS_SERVICE_KEY
:
"
{{
EDXAPP_COMMENTS_SERVICE_KEY
}}"
THEME_NAME
:
"
{{
edxapp_theme_name
}}"
TECH_SUPPORT_EMAIL
:
"
{{
EDXAPP_TECH_SUPPORT_EMAIL
}}"
CONTACT_EMAIL
:
"
{{
EDXAPP_CONTACT_EMAIL
}}"
BUGS_EMAIL
:
"
{{
EDXAPP_BUGS_EMAIL
}}"
...
...
@@ -1202,12 +1200,10 @@ worker_core_mult:
cms
:
2
# Stanford-style Theming
# Turn theming on and off with edxapp_use_custom_theme
# Set theme name with edxapp_theme_name
# Stanford, for example, uses edxapp_theme_name: 'stanford'
#
# TODO: change variables to ALL-CAPS, since they are meant to be externally overridden
edxapp_use_custom_theme
:
false
edxapp_theme_name
:
"
"
edxapp_theme_source_repo
:
'
https://{{
COMMON_GIT_MIRROR
}}/Stanford-Online/edx-theme.git'
edxapp_theme_version
:
'
master'
...
...
This diff is collapsed.
Click to expand it.
playbooks/sample_vars/server_vars.yml
View file @
7326348e
...
...
@@ -100,7 +100,6 @@
# SUBDOMAIN_COURSE_LISTINGS: false
# PREVIEW_LMS_BASE: "{{ EDXAPP_PREVIEW_LMS_BASE }}"
# ENABLE_GRADE_DOWNLOADS: true
# USE_CUSTOM_THEME: "{{ edxapp_use_custom_theme }}"
# ENABLE_MKTG_SITE: "{{ EDXAPP_ENABLE_MKTG_SITE }}"
# AUTOMATIC_AUTH_FOR_TESTING: "{{ EDXAPP_ENABLE_AUTO_AUTH }}"
# ENABLE_THIRD_PARTY_AUTH: "{{ EDXAPP_ENABLE_THIRD_PARTY_AUTH }}"
...
...
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