From b2fd36fbd153fc54d5f9d165402efc7698771fa1 Mon Sep 17 00:00:00 2001 From: manzarul <manzarul07@gmail.com> Date: Tue, 10 Sep 2019 15:14:57 +0530 Subject: [PATCH] Issue #SB-14607 feat: changes for env --- .../stack-sunbird/templates/sunbird_notification-service.env | 2 +- 1 file changed, 1 insertion(+), 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 50a12543e..9f27f32f3 100644 --- a/ansible/roles/stack-sunbird/templates/sunbird_notification-service.env +++ b/ansible/roles/stack-sunbird/templates/sunbird_notification-service.env @@ -1,3 +1,3 @@ -sunbird_notification_fcm_account_key={{sunbird_notification_fcm_account_key}} +sunbird_notification_fcm_account_key={{sunbird_fcm_account_key}} sunbird_notification_kafka_servers_config={{sunbird_processing_kafka_host}} sunbird_notification_kafka_topic={{env_name}}.lms.fcm.notification -- GitLab