Unverified Commit 34f78a54 authored by Prasath Sivasubramaniyan's avatar Prasath Sivasubramaniyan Committed by GitHub
Browse files

Added key

Showing with 15 additions and 4 deletions
+15 -4
......@@ -512,10 +512,12 @@ MSuKKbxCvOtLYeMOoK8BYusd3iB1gfxhPXO+7y4hC1WhxHsUT2uZe5mLH8xIVW3J
opfZWibHFcQm6I6FJI3ha73EOB2zyyl3xlBxK9fMQVN8gELdXhA8DBuMD+Qxj6Nr
bqteFJLCyz7ATtETSb3+hP+G
-----END PRIVATE KEY-----"""
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 }}"
cloud_storage_type: "{{ cloud_service_provider }}"
cloud_storage_key: "{{ cloud_public_storage_accountname }}"
cloud_storage_secret: "{{ cloud_public_storage_secret }}"
cloud_storage_endpoint: "{{ cloud_public_storage_endpoint }}"
cloud_storage_container: "{{ cloud_storage_content_bucketname }}"
# Google Drive APIKEY
learning_content_drive_apiKey = "{{ learning_content_drive_apiKey }}"
......@@ -524,6 +526,7 @@ kafka {
urls : "{{ kafka_urls }}"
topic.send.enable : true
topics.instruction : "{{ env_name }}.learning.job.request"
publish.request.topic : "{{ env_name }}.publish.job.request"
}
# DIAL Link Config
......@@ -667,3 +670,11 @@ collection {
}
plugin.media.base.url="{{ plugin_media_base_url }}"
cloudstorage {
metadata.replace_absolute_path={{ cloudstorage_replace_absolute_path | default('false') }}
relative_path_prefix={{ cloudstorage_relative_path_prefix_content }}
metadata.list={{ cloudstorage_metadata_list }}
read_base_path="{{ cloudstorage_base_path }}"
write_base_path={{ valid_cloudstorage_base_urls }}
}
\ No newline at end of file
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