Commit 55393508 authored by Rajesh's avatar Rajesh Committed by rjshrjndrn
Browse files

fixing player deployment vars

No related merge requests found
Showing with 1 addition and 3 deletions
+1 -3
......@@ -18,8 +18,6 @@ strategy:
maxsurge: 1
maxunavailable: 0
sunbird_portal_player_cdn_enabled: {{sunbird_portal_player_cdn_enabled}}
playerenv:
sunbird_port: '"3000"'
sunbird_content_player_url: {{sunbird_apimanager_service_base_url}}
......
......@@ -67,7 +67,7 @@ playerenv:
sunbird_azure_account_name: {{sunbird_azure_account_name}}
sunbird_azure_account_key: {{sunbird_azure_storage_key}}
sunbird_response_cache_ttl: '"{{sunbird_response_cache_ttl|default('180')}}"'
sunbird_portal_preview_cdn_url: {{sunbird_portal_preview_cdn_url}}
sunbird_portal_preview_cdn_url: {{sunbird_portal_preview_cdn_url| d('""')}}
{% if groups['cassandra-2'] is defined %}
sunbird_cassandra_replication_strategy: {{sunbird_cassandra_replication_strategy}}
sunbird_cassandra_consistency_level: quorum
......
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