Commit f870b051 authored by Surabhi's avatar Surabhi
Browse files

removed unused variables

Showing with 0 additions and 10 deletions
+0 -10
......@@ -53,11 +53,6 @@ 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_NAME={{sunbird_private_storage_account_name}}
AZURE_BLOB_STORE_ACCOUNT_KEY={{sunbird_private_storage_account_key}}
#Netcore
NETCORE_WHATSAPP_AUTH_TOKEN={{uci_netcore_whatsapp_token}}
NETCORE_WHATSAPP_SOURCE={{uci_netcore_whatsapp_source}}
......
......@@ -70,11 +70,6 @@ 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_NAME={{sunbird_private_storage_account_name}}
AZURE_BLOB_STORE_ACCOUNT_KEY={{sunbird_private_storage_account_key}}
#Sunbird CDN Configuration
SUNBIRD_CLOUD_MEDIA_STORAGE_TYPE=azure
SUNBIRD_CLOUD_MEDIA_STORAGE_KEY={{sunbird_private_storage_account_name}}
......
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