Skip to content

Commit

Permalink
NL App - Make FCM notification payload configurable from conversation…
Browse files Browse the repository at this point in the history
… logic
  • Loading branch information
pankajjangid05 committed Mar 28, 2023
1 parent 8ea5532 commit 1d76e4a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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"}}
file.cdn.selected=${SELECTED_FILE_CDN:#{"azure"}}

#for notification key enable/disable when notification triggered
fcm.notificationKeyEnable=${NOTIFICATION_KEY_ENABLE:#{"true"}}

0 comments on commit 1d76e4a

Please sign in to comment.