You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to support the work being done in mitodl/ocw-hugo-themes#1313, two new settings / environment variables need to be added: COURSE_SEARCH_API_URL and CONTENT_FILE_SEARCH_API_URL. These values need to be set in ThemeAssetsPipelineDefinition so that the new search API URL's are baked into the Javascript bundles generated for the site.
Plan/Design
Add COURSE_SEARCH_API_URL as a Django setting pulled from the environment with a sane default
Add CONTENT_FILE_SEARCH_API_URL as a Django setting pulled from the environment with a sane default
In ThemeAssetsPipelineDefinition, inject the values of these settings into the params section of build-ocw-hugo-themes-task
The text was updated successfully, but these errors were encountered:
Description/Context
In order to support the work being done in mitodl/ocw-hugo-themes#1313, two new settings / environment variables need to be added:
COURSE_SEARCH_API_URL
andCONTENT_FILE_SEARCH_API_URL
. These values need to be set inThemeAssetsPipelineDefinition
so that the new search API URL's are baked into the Javascript bundles generated for the site.Plan/Design
COURSE_SEARCH_API_URL
as a Django setting pulled from the environment with a sane defaultCONTENT_FILE_SEARCH_API_URL
as a Django setting pulled from the environment with a sane defaultThemeAssetsPipelineDefinition
, inject the values of these settings into theparams
section ofbuild-ocw-hugo-themes-task
The text was updated successfully, but these errors were encountered: