20 lines
642 B
JSON
20 lines
642 B
JSON
{
|
|
"categories": {
|
|
"newNotification": {},
|
|
"recordUpdate": {
|
|
"paramList": ["scope", "id"],
|
|
"accessCheckCommand": "AclCheck --userId=:userId --scope=:scope --id=:id --action=read"
|
|
},
|
|
"streamUpdate": {
|
|
"paramList": ["scope", "id"],
|
|
"accessCheckCommand": "AclCheck --userId=:userId --scope=:scope --id=:id --action=stream"
|
|
}
|
|
},
|
|
"messagers": {
|
|
"ZeroMQ": {
|
|
"senderClassName": "Espo\\Core\\WebSocket\\ZeroMQSender",
|
|
"subscriberClassName": "Espo\\Core\\WebSocket\\ZeroMQSubscriber"
|
|
}
|
|
}
|
|
}
|