DocSpace-buildtools/config/notify.json

36 lines
935 B
JSON
Raw Normal View History

2019-07-29 09:15:48 +00:00
{
"notify": {
"connectionStringName": "default",
"storeMessagesDays": 7,
"process": {
"maxThreads": 2,
"bufferSize": 10,
"maxAttempts": 10,
"attemptsInterval": "0:5:0"
},
"senders": [
{
"name": "messanger.sender",
"type": "ASC.Core.Notify.Senders.JabberSender, ASC.Core.Common"
}
],
"schedulers": [
{
"name": "Calendar",
"register": "ASC.Api.Calendar.Notification.CalendarNotifyClient.RegisterSendMethod, ASC.Api.Calendar"
},
{
"name": "Projects",
"register": "ASC.Web.Projects.Configuration.ProductEntryPoint.RegisterSendMethods, ASC.Web.Projects"
},
{
"name": "Birthdays",
"register": "ASC.Web.Community.Birthdays.BirthdaysModule.RegisterSendMethod, ASC.Web.Community"
},
{
"name": "CRM",
"register": "ASC.Web.CRM.Configuration.ProductEntryPoint.RegisterSendMethods, ASC.Web.CRM"
}
]
}
}