7 lines
213 B
Bash
7 lines
213 B
Bash
export SLACK_BOT_TOKEN=xoxb-***
|
|
export SLACK_SIGNING_SECRET=***
|
|
|
|
export DINGTALK_WEBHOOK='https://oapi.dingtalk.com/robot/send?access_token=这里填写自己钉钉群自定义机器人的token'
|
|
|
|
export PORT=3000
|