Configuration
Channel service file configuration is available at https://github.com/project-sunbird/sunbird-devops/blob/master/ansible/roles/stack-sunbird/templates/content-service_application.conf
Variable | Purpose |
---|---|
channel.fetch.suggested_frameworks | Enable Suggested Frameworks in Get Channel API. Default Value: true |
channel.content.primarycategories | List of content primary categories (contentPrimaryCategories attribute) to be displayed during a channel read. If not configured, it will be empty List. |
channel.collection.primarycategories | List of content primary categories (collectionPrimaryCategories attribute) to be displayed during a channel read. If not configured, it will be empty List. |
channel.asset.primarycategories | List of content primary categories (assetPrimaryCategories attribute) to be displayed during a channel read. If not configured, it will be empty List. |
channel.content.additionalcategories | List of content primary categories (contentAdditionalCategories attribute) to be displayed during a channel read. If not configured, it will be empty List. |
channel.collection.additionalcategories | List of content primary categories (collectionAdditionalCategories attribute) to be displayed during a channel read. If not configured, it will be empty List. |
channel.asset.additionalcategories | List of content primary categories (assetAdditionalCategories attribute) to be displayed during a channel read. If not configured, it will be empty List. |
composite.search.url | Composite search service domain URL. (Example: https://dev.sunbirded.org/action/composite/v3/search) |
platform.language.codes | List of language codes allowed in 'translations' as part of request body in Channel create and update API. If not configured, 'translations' cannot be passed during Channel create and update . |
Last updated