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
aaa3644c
Commit
aaa3644c
authored
2 years ago
by
Surabhi
Browse files
Options
Download
Patches
Plain Diff
variables changes for sunbird cloud agnostic tool
parent
f870b051
upstream/release-5.1.0-vdn
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
release-5.1.0_RC3
release-5.1.0_RC2
release-5.1.0_RC1
1 merge request
!16
Release 5.1.0 api
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ansible/roles/stack-sunbird/templates/inbound.env
+4
-4
ansible/roles/stack-sunbird/templates/inbound.env
ansible/roles/stack-sunbird/templates/transformer.env
+4
-4
ansible/roles/stack-sunbird/templates/transformer.env
with
8 additions
and
8 deletions
+8
-8
ansible/roles/stack-sunbird/templates/inbound.env
+
4
−
4
View file @
aaa3644c
...
...
@@ -59,10 +59,10 @@ NETCORE_WHATSAPP_SOURCE={{uci_netcore_whatsapp_source}}
NETCORE_WHATSAPP_URI={{uci_netcore_whatsapp_uri | default('https://waapi.pepipost.com/api/v2/')}}
#Sunbird CDN Configuration
SUNBIRD_CLOUD_MEDIA_STORAGE_TYPE=
azure
SUNBIRD_CLOUD_MEDIA_STORAGE_KEY={{
sunbird_private
_storage_account
_
name}}
SUNBIRD_CLOUD_MEDIA_STORAGE_SECRET={{
sunbird_private_storage_account_key
}}
SUNBIRD_CLOUD_MEDIA_STORAGE_CONTAINER={{
sunbird_azure_uci_container_
name | default('uci-' + env )}}
SUNBIRD_CLOUD_MEDIA_STORAGE_TYPE=
{{cloud_service_provider}}
SUNBIRD_CLOUD_MEDIA_STORAGE_KEY={{
cloud_public
_storage_accountname}}
SUNBIRD_CLOUD_MEDIA_STORAGE_SECRET={{
cloud_public_storage_secret
}}
SUNBIRD_CLOUD_MEDIA_STORAGE_CONTAINER={{
cloud_storage_uci_bucket
name | default('uci-' + env )}}
#Selected CDN Configuration
SELECTED_FILE_CDN=sunbird
This diff is collapsed.
Click to expand it.
ansible/roles/stack-sunbird/templates/transformer.env
+
4
−
4
View file @
aaa3644c
...
...
@@ -71,10 +71,10 @@ EXHAUST_TELEMETRY_ENABLED=TRUE
POSTHOG_EVENT_ENABLED=FALSE
#Sunbird CDN Configuration
SUNBIRD_CLOUD_MEDIA_STORAGE_TYPE=
azure
SUNBIRD_CLOUD_MEDIA_STORAGE_KEY={{
sunbird_private
_storage_account
_
name}}
SUNBIRD_CLOUD_MEDIA_STORAGE_SECRET={{
sunbird_private_storage_account_key
}}
SUNBIRD_CLOUD_MEDIA_STORAGE_CONTAINER={{
sunbird_azure_uci_container_
name | default('uci-' + env )}}
SUNBIRD_CLOUD_MEDIA_STORAGE_TYPE=
{{cloud_service_provider}}
SUNBIRD_CLOUD_MEDIA_STORAGE_KEY={{
cloud_public
_storage_accountname}}
SUNBIRD_CLOUD_MEDIA_STORAGE_SECRET={{
cloud_public_storage_secret
}}
SUNBIRD_CLOUD_MEDIA_STORAGE_CONTAINER={{
cloud_storage_uci_bucket
name | default('uci-' + env )}}
#Selected CDN Configuration
SELECTED_FILE_CDN=sunbird
\ No newline at end of file
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