diff --git a/ansible/roles/stack-sunbird/templates/sunbird_player.env b/ansible/roles/stack-sunbird/templates/sunbird_player.env
index 30d4e1830f996f0eb19af0dd6d753da67b106063..511f5a48bcfbf6cc7151f5efcc4913960ad720d9 100644
--- a/ansible/roles/stack-sunbird/templates/sunbird_player.env
+++ b/ansible/roles/stack-sunbird/templates/sunbird_player.env
@@ -151,6 +151,10 @@ sunbird_anonymous_session_ttl={{sunbird_anonymous_session_ttl|default(1800000)}}
 # api whitelisting for sunbird portal
 sunbird_enable_api_whitelist={{sunbird_enable_api_whitelist|default('true')}}
 
+
+# secondary logo whitelisting for sunbird portal
+sunbird_secondary_logo_whitelist={{sunbird_secondary_logo_whitelist|default('true')}}
+
 # sunbird session secret key
 # Changing the secret value will invalidate all existing sessions.
 # In order to rotate the secret without invalidating sessions, provide an array of secrets,