DocSpace-buildtools/config/notify.json

26 lines
496 B
JSON
Raw Normal View History

2023-10-02 10:16:45 +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"
},
{
"name": "email.sender",
"type": "ASC.Core.Notify.Senders.SmtpSender, ASC.Core.Common",
"properties" :
{
"useCoreSettings" : "true"
}
}
]
}
2019-07-29 09:15:48 +00:00
}