docs: Document how STATIC_URL_BASE is used (#36952)
This commit is contained in:
@@ -1196,6 +1196,10 @@ COURSE_METADATA_EXPORT_BUCKET = ''
|
||||
|
||||
ALTERNATE_WORKER_QUEUES = 'lms'
|
||||
|
||||
# .. setting_name: STATIC_URL_BASE
|
||||
# .. setting_default: "/static/"
|
||||
# .. setting_description: The CMS uses this to construct ``STATIC_URL`` by appending
|
||||
# a slash (if needed) and then ``studio/``.
|
||||
STATIC_URL_BASE = '/static/'
|
||||
|
||||
X_FRAME_OPTIONS = 'DENY'
|
||||
|
||||
Reference in New Issue
Block a user