Commit aaa3644c authored by Surabhi's avatar Surabhi
Browse files

variables changes for sunbird cloud agnostic tool

Showing with 8 additions and 8 deletions
+8 -8
...@@ -59,10 +59,10 @@ NETCORE_WHATSAPP_SOURCE={{uci_netcore_whatsapp_source}} ...@@ -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/')}} NETCORE_WHATSAPP_URI={{uci_netcore_whatsapp_uri | default('https://waapi.pepipost.com/api/v2/')}}
#Sunbird CDN Configuration #Sunbird CDN Configuration
SUNBIRD_CLOUD_MEDIA_STORAGE_TYPE=azure SUNBIRD_CLOUD_MEDIA_STORAGE_TYPE={{cloud_service_provider}}
SUNBIRD_CLOUD_MEDIA_STORAGE_KEY={{sunbird_private_storage_account_name}} SUNBIRD_CLOUD_MEDIA_STORAGE_KEY={{cloud_public_storage_accountname}}
SUNBIRD_CLOUD_MEDIA_STORAGE_SECRET={{sunbird_private_storage_account_key}} SUNBIRD_CLOUD_MEDIA_STORAGE_SECRET={{cloud_public_storage_secret}}
SUNBIRD_CLOUD_MEDIA_STORAGE_CONTAINER={{sunbird_azure_uci_container_name | default('uci-' + env )}} SUNBIRD_CLOUD_MEDIA_STORAGE_CONTAINER={{cloud_storage_uci_bucketname | default('uci-' + env )}}
#Selected CDN Configuration #Selected CDN Configuration
SELECTED_FILE_CDN=sunbird SELECTED_FILE_CDN=sunbird
...@@ -71,10 +71,10 @@ EXHAUST_TELEMETRY_ENABLED=TRUE ...@@ -71,10 +71,10 @@ EXHAUST_TELEMETRY_ENABLED=TRUE
POSTHOG_EVENT_ENABLED=FALSE POSTHOG_EVENT_ENABLED=FALSE
#Sunbird CDN Configuration #Sunbird CDN Configuration
SUNBIRD_CLOUD_MEDIA_STORAGE_TYPE=azure SUNBIRD_CLOUD_MEDIA_STORAGE_TYPE={{cloud_service_provider}}
SUNBIRD_CLOUD_MEDIA_STORAGE_KEY={{sunbird_private_storage_account_name}} SUNBIRD_CLOUD_MEDIA_STORAGE_KEY={{cloud_public_storage_accountname}}
SUNBIRD_CLOUD_MEDIA_STORAGE_SECRET={{sunbird_private_storage_account_key}} SUNBIRD_CLOUD_MEDIA_STORAGE_SECRET={{cloud_public_storage_secret}}
SUNBIRD_CLOUD_MEDIA_STORAGE_CONTAINER={{sunbird_azure_uci_container_name | default('uci-' + env )}} SUNBIRD_CLOUD_MEDIA_STORAGE_CONTAINER={{cloud_storage_uci_bucketname | default('uci-' + env )}}
#Selected CDN Configuration #Selected CDN Configuration
SELECTED_FILE_CDN=sunbird SELECTED_FILE_CDN=sunbird
\ No newline at end of file
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