"description":"This is a feature flag to the Article Reminder notification"
},
"EchoMaxMentionsInEditSummary":{
"value":0,
"description":"Maximum nubmer of users that will be notified that they were linked from an edit summary or 0 for no notifications"
},
"EchoPollForUpdates":{
"value":0,
"description":"This is the polling rate i.e. the time after which we check for notifications count on the client side. It also controls whether notification count will be displayed in browser title. If polling rate is 0 this means polling is disabled and notification count is also not shown in browser title"
},
"EchoWatchlistNotifications":{
"value":false,
"description":"Feature flag to enable Echo notifications whenever a page on a user's watchlist is changed, replacing the built-in preference to send emails in that circumstance."
},
"EchoWatchlistEmailOncePerPage":{
"value":true,
"description":"Whether to send email notifications each time a watched page is edited (if false) or only the first time the page is changed before being visited again by the user (if true)"
},
"EchoEnableApiEvents":{
"value":false,
"description":"Whether to enable the API for creating custom Echo events"
},
"EchoEnablePush":{
"value":false,
"description":"Whether to enable push notifications"
},
"EchoPushServiceBaseUrl":{
"value":false,
"description":"Request endpoint URL for the push notification service"
},
"EchoPushMaxSubscriptionsPerUser":{
"value":0,
"description":"Maximum number of push subscriptions that may be stored in the DB at any given time for a single central user ID."