MihoyoBBSTools/config/push.ini.example
2022-10-13 13:19:10 +08:00

64 lines
1.3 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[setting]
enable=true
# 共有 cqhttp ftqq(sever酱) pushplus telegram wecom dingrobot feishubot bark pushdeer gotify smtp(邮件推送)
push_server=pushplus
# server酱 pushplus dingrobot 的推送token
push_token=XXXXXX
[cqhttp]
#cqhttp的服务端地址
cqhttp_url=http://127.0.0.1:5000/send_private_msg
#推送给谁
cqhttp_qq=10001
[telegram]
api_url=api.telegram.org
bot_token=123465:abcdefg
chat_id=123456
[wecom]
#企业微信的corpid
wechat_id=
#企业微信的应用配置
agentid=
secret=
touser=@all
[pushdeer]
api_url=https://api2.pushdeer.com
token=
[dingrobot]
webhook=https://oapi.dingtalk.com/robot/send?access_token=XXX
secret=
[feishubot]
webhook=https://open.feishu.cn/open-apis/bot/v2/hook/XXX
[bark]
api_url=https://api.day.app
token=ssXXX
#bark通知图标可选genshin,mihoyobbs,hokai2,honkai3rd,tears_of_themis
icon=genshin
[gotify]
api_url=http://xxx.xxx.cn
token=AMxxxx
priority=7
# 邮件推送
[smtp]
# 一般情况下465端口会使用ssl加密默认465端口不加密走25端口。
# 例如qq邮箱为465端口ssl加密;163邮箱不加密使用25端口。
# 请根据你的发送者邮箱配置端口和是否加密。
mailhost=smtp.qq.com
port=465
ssl_enable=true
fromaddr=xxx@example.com
toaddr=xxx@example.com
# 邮件主题
subject=AutoMihoyoBBS
username=xxx@example.com
# 授权码
password=passward