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
5dcc07c4
Commit
5dcc07c4
authored
Mar 23, 2018
by
Troy Sankey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add the MAINTENANCE_BANNER_TEXT variable to generic_env_config
parent
dd27fe8e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
playbooks/roles/edxapp/defaults/main.yml
+4
-0
No files found.
playbooks/roles/edxapp/defaults/main.yml
View file @
5dcc07c4
...
...
@@ -834,6 +834,9 @@ EDXAPP_PARENTAL_CONSENT_AGE_LIMIT: 13
EDXAPP_SCORM_PKG_STORAGE_DIR
:
!!null
EDXAPP_SCORM_PLAYER_LOCAL_STORAGE_ROOT
:
!!null
# maintenance banner message (only actually enabled via waffle switch)
EDXAPP_MAINTENANCE_BANNER_TEXT
:
"
Sample
banner
message"
#-------- Everything below this line is internal to the role ------------
#Use YAML references (& and *) and hash merge <<: to factor out shared settings
...
...
@@ -1223,6 +1226,7 @@ generic_env_config: &edxapp_generic_env
POLICY_CHANGE_GRADES_ROUTING_KEY
:
"
{{
EDXAPP_POLICY_CHANGE_GRADES_ROUTING_KEY
}}"
PROCTORING_SETTINGS
:
"
{{
EDXAPP_PROCTORING_SETTINGS
}}"
EXTRA_MIDDLEWARE_CLASSES
:
"
{{
EDXAPP_EXTRA_MIDDLEWARE_CLASSES
}}"
MAINTENANCE_BANNER_TEXT
:
"
{{
EDXAPP_MAINTENANCE_BANNER_TEXT
}}"
lms_auth_config
:
<<
:
*edxapp_generic_auth
...
...
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