Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-sb-devops
Commits
136a6464
Unverified
Commit
136a6464
authored
4 years ago
by
Kumar Gauraw
Committed by
GitHub
4 years ago
Browse files
Options
Download
Patches
Plain Diff
Issue #DP-1078 fix: updated config for import api (#1971)
parent
d69d3795
release-dock-0.0.3_RC2
release-dock-0.0.3_RC1
release-5.0.0-vdn_RC1
release-4.10.0-vdn_RC1
release-4.9.0-vdn_RC2
release-4.9.0-vdn_RC1
release-4.8.0-vdn_RC1
release-4.7.0-vdn_RC1
release-4.4.1-vdn_RC2
release-4.4.1-vdn_RC1
dock-0.0.3_RC7
dock-0.0.3_RC6
dock-0.0.3_RC5
dock-0.0.3_RC4
dock-0.0.3_RC3
dock-0.0.3_RC2
dock-0.0.3_RC1
dock-0.0.3-before-delete
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ansible/roles/stack-sunbird/templates/content-service_application.conf
+1
-1
.../stack-sunbird/templates/content-service_application.conf
with
1 addition
and
1 deletion
+1
-1
ansible/roles/stack-sunbird/templates/content-service_application.conf
+
1
−
1
View file @
136a6464
...
...
@@ -504,7 +504,7 @@ content.import.topic_name="{{ env_name }}.auto.creation.job.request"
content
.
import
.
request_size_limit
=
1000
content
.
import
.
required_props
=[
"name"
,
"code"
,
"mimeType"
,
"contentType"
,
"artifactUrl"
,
"framework"
]
content
.
import
.
topic_name
=
"{{ env_name }}.auto.creation.job.request"
content
.
import
.
remove_props
=[
"downloadUrl"
,
"variants"
,
"previewUrl"
,
"streamingUrl"
,
"itemSets"
,
"level1Name"
,
"level1Concept"
,
"level2Name"
,
"level2Concept"
,
"level3Name"
,
"level3Concept"
,
"me_totalPlaySessionCount"
,
"me_totalTimeSpentInSec"
,
"me_totalSessionsCount"
,
"me_totalTimespent"
,
"me_totalInteractions"
,
"me_creationSessions"
,
"me_creationTimespent"
,
"me_averageInteractionsPerMin"
,
"me_averageSessionsPerDevice"
,
"me_totalDevices"
,
"me_averageTimespentPerSession"
,
"me_averageRating"
,
"me_totalDownloads"
,
"me_totalSideloads"
,
"me_totalRatings"
,
"me_totalComments"
,
"me_totalDialcode"
,
"me_totalDialcodeLinkedToContent"
,
"me_totalDialcodeAttached"
,
"me_hierarchyLevel"
]
content
.
import
.
remove_props
=[
"downloadUrl"
,
"variants"
,
"previewUrl"
,
"streamingUrl"
,
"itemSets"
,
"level1Name"
,
"level1Concept"
,
"level2Name"
,
"level2Concept"
,
"level3Name"
,
"level3Concept"
,
"me_totalPlaySessionCount"
,
"me_totalTimeSpentInSec"
,
"me_totalSessionsCount"
,
"me_totalTimespent"
,
"me_totalInteractions"
,
"me_creationSessions"
,
"me_creationTimespent"
,
"me_averageInteractionsPerMin"
,
"me_averageSessionsPerDevice"
,
"me_totalDevices"
,
"me_averageTimespentPerSession"
,
"me_averageRating"
,
"me_totalDownloads"
,
"me_totalSideloads"
,
"me_totalRatings"
,
"me_totalComments"
,
"me_totalDialcode"
,
"me_totalDialcodeLinkedToContent"
,
"me_totalDialcodeAttached"
,
"me_hierarchyLevel"
,
"origin"
,
"originData"
]
contentTypeToPrimaryCategory
{
ClassroomTeachingVideo
:
"Explanation Content"
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets