DocSpace-client/config/notify.json

26 lines
521 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"
2019-09-25 10:36:22 +00:00
},
{
"name": "email.sender",
"type": "ASC.Core.Notify.Senders.SmtpSender, ASC.Core.Common",
"properties" :
{
"useCoreSettings" : "true"
}
2019-07-29 09:15:48 +00:00
}
]
}
}