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

Issue #SB-26328 fix: Added the cloud storage related key for assessment-service. (#2845)

Showing with 5 additions and 0 deletions
+5 -0
......@@ -393,6 +393,11 @@ languageCode {
telugu : "te"
}
cloud_storage_type: "azure"
azure_storage_key: "{{ sunbird_public_storage_account_name }}"
azure_storage_secret: "{{ sunbird_public_storage_account_key }}"
azure_storage_container: "{{ sunbird_content_azure_storage_container }}"
kafka {
urls : "{{ kafka_urls }}"
topic.send.enable : true
......
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