Unverified Commit b3538ef8 authored by Chakshu Gautam's avatar Chakshu Gautam Committed by GitHub
Browse files

Fix: Add UCI Base url to env (#2977)

* Fix: Add UCI Base url to env

* Fix: UCI Blob storage URL
Showing with 1 addition and 0 deletions
+1 -0
......@@ -194,3 +194,4 @@ sunbird_telemetry_service_local_url={{sunbird_telemetry_service_local_url | defa
#Release-4.4.0
sunbird_portal_video_max_size={{sunbird_portal_video_max_size | default(150)}}
sunbird_default_file_size={{sunbird_default_file_size | default(150)}}
sunbird_portal_uci_blob_url: "{{ sunbird_portal_uci_blob_url | default('https://' + cloud_storage_url + '/uci') }}"
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