Unverified Commit 3efa867c authored by Anil Gupta's avatar Anil Gupta Committed by GitHub
Browse files

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

* Issue #SB-28190 chore: Updated the config for media base url.

* Issue #SB-28190 chore: Updated the config for media base url.
Showing with 4 additions and 1 deletion
+4 -1
......@@ -200,6 +200,7 @@ sunbird_data_service_api_key: "{{ core_vault_sunbird_ekstep_api_key }}"
sunbird_content_service_api_base_url: "http://{{sunbird_swarm_manager_lb_ip}}:9002"
sunbird_user_service_api_base_url: "http://{{sunbird_swarm_manager_lb_ip}}:9000"
sunbird_group_service_api_base_url: "http://groups-service:9000"
plugin_media_base_url: "{{proto}}://{{domain_name}}"
#API Manager
kong_postgres_port: 5432
......
......@@ -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)}}"
}
}
......@@ -580,3 +580,5 @@ objectcategorydefinition.keyspace="{{ cassandra_keyspace_prefix }}_category_stor
# Framework master category validation
master.category.validation.enabled="{{ master_category_validation_enabled }}"
plugin.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