-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
36 lines (28 loc) · 1.03 KB
/
.env.example
File metadata and controls
36 lines (28 loc) · 1.03 KB
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
# ============================================
# 通知通道配置
# ============================================
# 通知通道选择(默认:email)
# 可选值:email, wechat
# 多通道用逗号分隔,如:email,wechat
NOTIFIER_CHANNELS=email
# ============================================
# Email 配置
# ============================================
SMTP_USER=your@qq.com
SMTP_PASSWORD=your_smtp_authorization_code
MAIL_FROM=your@qq.com
TRENDING_EMAIL_TO=your@gmail.com
# ============================================
# 微信(WeClaw,本地桥接到个人微信)
# ============================================
# WeClaw API 地址(默认可省略:http://127.0.0.1:18011/api/send)
WECLAW_API_URL=http://127.0.0.1:18011
# 接收方微信 ID,例如:filehelper@im.wechat 或 xxx@im.wechat
WECHAT_TO=
# ============================================
# 个性化配置
# ============================================
TRENDING_PROFILE_NOTE=
TRENDING_PROFILE_KEYWORDS=
TRENDING_REPO_LIMIT=10
TRENDING_RECOMMENDATION_LIMIT=5