之前同事是把 webhook 绑定端口写死在项目里,增加新项目时会很麻烦(要增加新的端口) 找了一圈,没找到合适的,就自己动手写了,只需要一个端口,通过地址区分项目
config.json
npm start
pm2 start index.js --watch --name 'webhooks-server'
cyio/webhooks-server: 多项目 webhooks 服务