forked from songquanpeng/message-pusher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
60 lines (60 loc) · 1.77 KB
/
app.json
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "message-pusher",
"description": "消息推送服务",
"env": {
"MODE": {
"description": "Heroku 模式",
"value": "1"
},
"WECHAT_APP_ID": {
"description": "你的测试号的 APP ID",
"value": ""
},
"WECHAT_APP_SECRET": {
"description": "你的测试号的 APP Secret",
"value": ""
},
"WECHAT_TEMPLATE_ID": {
"description": "你的测试号的模板消息的 ID",
"value": ""
},
"WECHAT_OPEN_ID": {
"description": "你的 Open ID",
"value": ""
},
"WECHAT_VERIFY_TOKEN": {
"description": "你自己设置的验证 token",
"value": ""
},
"EMAIL": {
"description": "你的默认目标邮箱",
"value": ""
},
"PREFIX": {
"description": "你的前缀,如 admin",
"value": ""
},
"SMTP_SERVER": {
"description": "smtp 服务器地址,如 smtp.qq.com",
"value": ""
},
"SMTP_USER": {
"description": "smtp 服务器用户邮箱",
"value": ""
},
"SMTP_PASS": {
"description": "你自己设置的验证 token",
"value": ""
},
"WECHAT_VERIFY_TOKEN": {
"description": "smtp 服务器用户凭据",
"value": ""
},
"HREF": {
"description": "服务的 href,如 https://wechat-message.herokuapp.com/ ,注意后面要有 /",
"value": ""
}
},
"website": "https://github.com/songquanpeng/message-pusher",
"repository": "https://github.com/songquanpeng/message-pusher"
}