From 6eab67b191aa40c483dcf8bd48d8b73f862e113b Mon Sep 17 00:00:00 2001
From: Prasath Sivasubramaniyan <tsprasath91@gmail.com>
Date: Tue, 10 Jan 2023 15:03:49 +0530
Subject: [PATCH] Added secondary logo

---
 ansible/roles/stack-sunbird/templates/sunbird_player.env | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/ansible/roles/stack-sunbird/templates/sunbird_player.env b/ansible/roles/stack-sunbird/templates/sunbird_player.env
index 30d4e1830..511f5a48b 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,
-- 
GitLab