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
09030755
Unverified
Commit
09030755
authored
2 years ago
by
G33tha
Committed by
GitHub
2 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #3626 from krgauraw/release-5.2.0-inquiry
Issue #IQ-193 fix: updated config
parents
5d47ecc7
eedaa827
release-5.2.0-inquiry_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
+2
-2
...ack-sunbird/templates/assessment-service_application.conf
with
2 additions
and
2 deletions
+2
-2
ansible/roles/stack-sunbird/templates/assessment-service_application.conf
+
2
−
2
View file @
09030755
...
@@ -425,9 +425,9 @@ cloud_storage_container: "{{ cloud_storage_content_bucketname }}"
...
@@ -425,9 +425,9 @@ cloud_storage_container: "{{ cloud_storage_content_bucketname }}"
cloudstorage
{
cloudstorage
{
metadata
.
replace_absolute_path
={{
cloudstorage_replace_absolute_path
|
default
(
'false'
) }}
metadata
.
replace_absolute_path
={{
cloudstorage_replace_absolute_path
|
default
(
'false'
) }}
metadata
.
list
=
"
{{ cloudstorage_metadata_list }}
"
metadata
.
list
={{
cloudstorage_metadata_list
}}
read_base_path
=
"{{ cloudstorage_base_path }}"
read_base_path
=
"{{ cloudstorage_base_path }}"
write_base_path
=
"
{{ valid_cloudstorage_base_urls }}
"
write_base_path
={{
valid_cloudstorage_base_urls
}}
}
}
...
...
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