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
0c3704e9
Unverified
Commit
0c3704e9
authored
2 years ago
by
Rajesh Kumaravel
Committed by
GitHub
2 years ago
Browse files
Options
Download
Patches
Plain Diff
Issue #SB-30678 feat: AWS Config keys added (#3539)
parent
5ad44930
master
login-changes
loginRegisterBtn
prasath-release-5.1.0
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
release-5.1.0_RC3
release-5.1.0_RC2
release-5.1.0_RC1
release-5.0.2
release-5.0.2_RC1
release-5.0.1
release-5.0.1_RC1
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ansible/roles/stack-sunbird/templates/sunbird_player.env
+12
-0
ansible/roles/stack-sunbird/templates/sunbird_player.env
with
12 additions
and
0 deletions
+12
-0
ansible/roles/stack-sunbird/templates/sunbird_player.env
+
12
−
0
View file @
0c3704e9
...
...
@@ -202,3 +202,15 @@ sunbird_portal_uci_bot_phone_number={{sunbird_portal_uci_bot_phone_number | defa
#Release-4.6.0
sunbird_collection_children_limit={{ sunbird_collection_children_limit | default(1200) }}
sunbird_questionset_children_limit={{ sunbird_questionset_children_limit | default(500) }}
#release-5.0.0
#AWS config for storage access
#To be reverted post testing
sunbird_cloud_storage_provider="aws"
sunbird_aws_bucket_name={{aws_private_bucket_name}}
sunbird_aws_reports={{aws_reports_folder_name | default("reports")}}
sunbird_aws_labels={{aws_labels_folder_name | default("labels")}}
sunbird_aws_access_key={{aws_private_bucket_access_key | default("")}}
sunbird_aws_secret_key={{aws_private_bucket_secret_key | default("")}}
sunbird_aws_region={{aws_private_bucket_region | default("ap-south-1")}}
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