From a11547ebc06240eb3226821b43139423025bf29a Mon Sep 17 00:00:00 2001 From: Bharathwaj <32808916+BharathwajShankar@users.noreply.github.com> Date: Thu, 28 Dec 2023 11:37:31 +0530 Subject: [PATCH] Issue #LR-512 feat:Ability for Lern to connect to shared instances - remove extra configuration (#3947) --- .../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}}