Unverified Commit f641d4e9 authored by Akhil's avatar Akhil Committed by GitHub
Browse files

Merge pull request #3145 from pallakartheekreddy/release-4.6.0

Issue #SB-26662: Env vars for collection children limits
Showing with 4 additions and 0 deletions
+4 -0
......@@ -198,3 +198,7 @@ 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') }}
portal_redirect_error_callback_domain={{portal_redirect_error_callback_domain | default("https://"+domain_name)}}
sunbird_portal_uci_bot_phone_number={{sunbird_portal_uci_bot_phone_number | default(+912249757677)}}
#Release-4.6.0
sunbird_collection_children_limit= {{ sunbird_collection_children_limit | default(1200)}}
sunbird_questionset_children_limit= {{ sunbird_questionset_children_limit | default(500)}}
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