Unverified Commit 7c50d5c1 authored by Anil Gupta's avatar Anil Gupta Committed by GitHub
Browse files

Issue #SB-28190 chore: Updated the config for media base url. (#3111)

Showing with 1 addition and 2 deletions
+1 -2
......@@ -387,7 +387,7 @@ content {
props_to_remove: ["downloadUrl", "artifactUrl", "variants", "createdOn", "collections", "children", "lastUpdatedOn", "SYS_INTERNAL_LAST_UPDATED_ON", "versionKey", "s3Key", "status", "pkgVersion", "toc_url", "mimeTypesCount", "contentTypesCount", "leafNodesCount", "childNodes", "prevState", "lastPublishedOn", "flagReasons", "compatibilityLevel", "size", "publishChecklist", "publishComment", "LastPublishedBy", "rejectReasons", "rejectComment", "gradeLevel", "subject", "medium", "board", "topic", "purpose", "subtopic", "contentCredits", "owner", "collaborators", "creators", "contributors", "badgeAssertions", "dialcodes", "concepts", "keywords", "reservedDialcodes", "dialcodeRequired", "leafNodes", "sYS_INTERNAL_LAST_UPDATED_ON", "prevStatus", "lastPublishedBy", "streamingUrl", "boardIds", "gradeLevelIds", "subjectIds", "mediumIds", "topicsIds", "targetFWIds", "targetBoardIds", "targetGradeLevelIds", "targetSubjectIds", "targetMediumIds", "targetTopicIds", "se_boards", "se_subjects", "se_mediums", "se_gradeLevels", "se_topics", "se_FWIds", "se_boardIds", "se_subjectIds", "se_mediumIds", "se_gradeLevelIds", "se_topicIds"]
}
media {
base_url: "{{content_media_base_url | default(proto + '://' + domain_name)}}"
base.url: "{{content_media_base_url | default(proto + '://' + domain_name)}}"
}
}
......@@ -624,4 +624,3 @@ collection {
}
plugin.media.base.url="{{ plugin_media_base_url }}"
content.media.base.url="{{ plugin_media_base_url }}"
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment