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
34f78a54
Unverified
Commit
34f78a54
authored
2 years ago
by
Prasath Sivasubramaniyan
Committed by
GitHub
2 years ago
Browse files
Options
Download
Patches
Plain Diff
Added key
parent
fa5f8b7c
master
login-changes
loginRegisterBtn
release-5.1.0
release-5.1.0-api
release-5.1.0-apiuat
release-5.1.0-bulk-enrol-unenrol
release-5.1.0-uat
release-5.1.0-uatLatest
release-5.1.0-uatapi
release-5.1.0-upsmf-prod
release-uat-nginx
revert-5-login-changes
upstream/release-5.1.0-vdn
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
+15
-4
.../stack-sunbird/templates/content-service_application.conf
with
15 additions
and
4 deletions
+15
-4
ansible/roles/stack-sunbird/templates/content-service_application.conf
+
15
−
4
View file @
34f78a54
...
...
@@ -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
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