Unverified Commit 2bc77609 authored by santhosh-tg's avatar santhosh-tg Committed by GitHub
Browse files

Merge pull request #3594 from surabhi-mahawar/release-5.1.0

Sunbird CDN configuration
Showing with 16 additions and 11 deletions
+16 -11
......@@ -53,14 +53,16 @@ REDIS_PASS={{sunbird_redis_pass | default('')}}
REDIS_PORT={{sunbird_redis_port | default(6379)}}
REDIS_DB_INDEX={{redis_db_index_uci | default('7')}}
#Azure Config
AZURE_BLOB_STORE_CONTAINER={{sunbird_azure_uci_container_name | default('uci-' + env )}}
AZURE_BLOB_STORE_ACCOUNT_KEY={{sunbird_private_storage_account_name}}
AZURE_BLOB_STORE_ACCOUNT_NAME={{sunbird_private_storage_account_key}}
SELECTED_FILE_CDN=azure
#Netcore
NETCORE_WHATSAPP_AUTH_TOKEN={{uci_netcore_whatsapp_token}}
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={{cloud_service_provider}}
SUNBIRD_CLOUD_MEDIA_STORAGE_KEY={{cloud_private_storage_accountname}}
SUNBIRD_CLOUD_MEDIA_STORAGE_SECRET={{cloud_private_storage_secret}}
SUNBIRD_CLOUD_MEDIA_STORAGE_CONTAINER={{cloud_storage_uci_bucketname | default('uci-' + env )}}
#Selected CDN Configuration
SELECTED_FILE_CDN=sunbird
......@@ -70,8 +70,11 @@ REDIS_DB_INDEX={{redis_db_index_uci | default('7')}}
EXHAUST_TELEMETRY_ENABLED=TRUE
POSTHOG_EVENT_ENABLED=FALSE
#Azure Config
AZURE_BLOB_STORE_CONTAINER={{sunbird_azure_uci_container_name | default('uci-' + env )}}
AZURE_BLOB_STORE_ACCOUNT_KEY={{sunbird_private_storage_account_name}}
AZURE_BLOB_STORE_ACCOUNT_NAME={{sunbird_private_storage_account_key}}
SELECTED_FILE_CDN=azure
\ No newline at end of file
#Sunbird CDN Configuration
SUNBIRD_CLOUD_MEDIA_STORAGE_TYPE={{cloud_service_provider}}
SUNBIRD_CLOUD_MEDIA_STORAGE_KEY={{cloud_private_storage_accountname}}
SUNBIRD_CLOUD_MEDIA_STORAGE_SECRET={{cloud_private_storage_secret}}
SUNBIRD_CLOUD_MEDIA_STORAGE_CONTAINER={{cloud_storage_uci_bucketname | default('uci-' + env )}}
#Selected CDN Configuration
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