From 276e4bdb0af0fbcbe0aa1627b60d6d0257d24af9 Mon Sep 17 00:00:00 2001 From: BharathwajShankar Date: Thu, 28 Dec 2023 11:20:00 +0530 Subject: [PATCH] Issue #LR-512 feat:Ability for Lern to connect to shared instances - remove extra configuration --- .../stack-sunbird/templates/sunbird_notification-service.env | 1 - 1 file changed, 1 deletion(-) diff --git a/ansible/roles/stack-sunbird/templates/sunbird_notification-service.env b/ansible/roles/stack-sunbird/templates/sunbird_notification-service.env index 9ae9675705..32a4b76f24 100644 --- a/ansible/roles/stack-sunbird/templates/sunbird_notification-service.env +++ b/ansible/roles/stack-sunbird/templates/sunbird_notification-service.env @@ -6,7 +6,6 @@ sunbird_cassandra_host={{ groups['cassandra'][0] }} sunbird_cassandra_port=9042 {% endif %} sunbird_cassandra_consistency_level={{sunbird_cassandra_consistency_level}} -sunbird_cassandra_notification_keyspace=sunbird_notifications sunbird_cassandra_password={{sunbird_cassandra_password|d('password')}} sunbird_cassandra_username={{sunbird_cassandra_username|d('cassandra')}} sunbird_notification_kafka_servers_config={{sunbird_processing_kafka_host}}