Merge pull request #26183 from open-craft/nizar/tsd-maintenance-warning

[TSD] Documents maintenance banner switch and setting and updates switch
This commit is contained in:
Robert Raposa
2021-02-03 11:41:38 -05:00
committed by GitHub
4 changed files with 99 additions and 14 deletions

View File

@@ -1098,6 +1098,11 @@ LOG_DIR = '/edx/var/log/edx'
DATA_DIR = '/edx/var/edxapp/data'
# .. setting_name: MAINTENANCE_BANNER_TEXT
# .. setting_default: 'Sample banner message'
# .. setting_description: Specifies the text that is rendered on the maintenance banner.
# .. setting_warning: Depends on the `open_edx_util.display_maintenance_warning` waffle switch.
# The banner is only rendered when the switch is activated.
MAINTENANCE_BANNER_TEXT = 'Sample banner message'
GIT_REPO_DIR = '/edx/var/edxapp/course_repos'