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
c079ae2c
Unverified
Commit
c079ae2c
authored
3 years ago
by
Anil Gupta
Committed by
GitHub
3 years ago
Browse files
Options
Download
Patches
Plain Diff
Issue #SB-26328 fix: Added the cloud storage related key for assessment-service. (#2845)
parent
c07cda88
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
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ansible/roles/stack-sunbird/templates/assessment-service_application.conf
+5
-0
...ack-sunbird/templates/assessment-service_application.conf
with
5 additions
and
0 deletions
+5
-0
ansible/roles/stack-sunbird/templates/assessment-service_application.conf
+
5
−
0
View file @
c079ae2c
...
...
@@ -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
...
...
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