From 1d76e4aab1ccf9dd47eaff933535b710e01709b8 Mon Sep 17 00:00:00 2001 From: pankajjangid05 Date: Tue, 28 Mar 2023 19:50:22 +0530 Subject: [PATCH] NL App - Make FCM notification payload configurable from conversation logic --- src/main/resources/application.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 3578a19..0e79a95 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -114,4 +114,7 @@ sunbird.cloud.media.storage.container=${SUNBIRD_CLOUD_MEDIA_STORAGE_CONTAINER:#{ cdac.base.url=${CDAC_BASE_URL:#{""}} #file cdn config -file.cdn.selected=${SELECTED_FILE_CDN:#{"azure"}} \ No newline at end of file +file.cdn.selected=${SELECTED_FILE_CDN:#{"azure"}} + +#for notification key enable/disable when notification triggered +fcm.notificationKeyEnable=${NOTIFICATION_KEY_ENABLE:#{"true"}}