3da2a17078
修复@lintstar增加PushPlus方式后忘记同步修改配置文件从而导致启动报错的bug🤪
27 lines
443 B
YAML
27 lines
443 B
YAML
all_config:
|
|
github_token: xxxxxx
|
|
dingding:
|
|
- enable: 0
|
|
- webhook: xxxxxxx
|
|
- secretKey: xxxxxxx
|
|
- app_name: dingding
|
|
feishu:
|
|
- enable: 1
|
|
- webhook: xxx
|
|
- app_name: feishu
|
|
server:
|
|
- enable: 0
|
|
- sckey: 123123
|
|
- app_name: server
|
|
tgbot:
|
|
- enable: 0
|
|
- token: 123
|
|
- group_id: 123
|
|
- app_name: tgbot
|
|
pushplus:
|
|
- enable: 0
|
|
- pushplus_token: 123456
|
|
- app_name: pushplus
|
|
black_user:
|
|
- AlAIAL90
|