2.15.3 • Published 2 years ago
sayvu.app.api.callcenter v2.15.3
##SayVU Call Center API app
SayVU Dependencies
{
"api.button": "git@bitbucket.org:sayvu_dev/api.button.git", v1.3.1
"api.callcenter": "git@bitbucket.org:sayvu_dev/api.callcenter.git", v1.1.1
"api.globaldata": "git@bitbucket.org:sayvu_dev/api.globaldata.git" v1.0.0
}NOTE: These dependencies have sub dependencies that needs to be included in the package.json file
Specific configs
server.cors: 'host domain'the expected host domain for the app using this api instancemq.rpcProducers: ['patrol assign rpc queue name', 'patrol reassign rpc queue name']two rpc queues for patrol assign and reassign actionsmq.psProducers: ['report status change queue name']one ps producer for report status change actioncoordinator.outgoing.mq.rpc: {assignNewPatrol: 'patrol assign rpc queue name', reassignPatrol: 'cc-reassign-patrol' }methods to queue mappingcoordinator.outgoing.mq.ps: {updateReportStatus: 'report status change queue name'}method to queue mappingauth.type: jwtjwt based auth logicauth.type.callcenter_api.key: pathpath for jwt keysauth.type.callcenter_api.expiry: secondstime in seconds for jwt expiryapi.globaldata.cc: ccthe type of global data api used - cc
2.15.3
2 years ago