docs: Add an annotation for the ELASTICSEARCH_INDEX_PREFIX
The feature was added to edx-search here: https://github.com/openedx/edx-search/pull/130#issuecomment-1586250567
This commit is contained in:
@@ -1351,6 +1351,11 @@ ELASTIC_SEARCH_CONFIG = [
|
||||
}
|
||||
]
|
||||
|
||||
# .. setting_name: ELASTIC_SEARCH_INDEX_PREFIX
|
||||
# .. setting_default: ''
|
||||
# .. setting_description: Specifies the prefix used when namixng elasticsearch indexes related to edx-search.
|
||||
ELASTICSEARCH_INDEX_PREFIX = ""
|
||||
|
||||
VIDEO_CDN_URL = {
|
||||
'EXAMPLE_COUNTRY_CODE': "http://example.com/edx/video?s3_url="
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user