-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.config.ini
46 lines (38 loc) · 1015 Bytes
/
example.config.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# refresh tokens
# 阿里云盘 refresh tokens, 多个账号使用英文逗号 (,) 分隔
refresh_tokens = YOUR_REFRESH_TOKEN,ANOTHER_REFRESH_TOKEN_IF_YOU_HAVE
# Push Notification
# Supported: dingtalk, serverchan, pushdeer, telegram, pushplus, smtp, feishu
# Use comma (,) to separate multiple push methods
# Leave blank if you don't want to use it
# 签到结果推送
# 支持: dingtalk, serverchan, pushdeer, telegram, pushplus, smtp, feishu
# 同时使用多个推送方式请用英文逗号 (,) 分隔
# 不使用请留空
push_types =
# DingTalk robot
dingtalk_app_key =
dingtalk_app_secret =
dingtalk_user_id =
# ServerChan
serverchan_send_key =
# PushDeer
pushdeer_endpoint = https://api2.pushdeer.com
pushdeer_send_key =
# Telegram Bot
telegram_endpoint = https://api.telegram.org
telegram_bot_token =
telegram_chat_id =
telegram_proxy =
# PushPlus
pushplus_token =
# SMTP
smtp_host =
smtp_port =
smtp_tls = true
smtp_user =
smtp_password =
smtp_sender =
smtp_receiver =
# Feishu
feishu_webhook =