-
-
Notifications
You must be signed in to change notification settings - Fork 62
/
Copy pathapp.json
32 lines (31 loc) · 806 Bytes
/
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
{
"name": "QQBotHub",
"description": "QQ 机器人 | 基于 Konata.Core - Heroku Deploy",
"keywords": ["yiyungent", "QQBotHub"],
"website": "https://github.com/yiyungent/QQBotHub",
"repository": "https://github.com/yiyungent/QQBotHub",
"success_url": "/",
"env": {
"PLUGINCORE_ADMIN_USERNAME": {
"description": "PluginCore Admin 用户名",
"value": "admin",
"required": true
},
"PLUGINCORE_ADMIN_PASSWORD": {
"description": "PluginCore Admin 密码",
"value": "ABC12345",
"required": true
},
"BOT_QQ": {
"description": "机器人 QQ",
"value": "",
"required": true
},
"BOT_PASSWORD": {
"description": "机器人 QQ 密码",
"value": "",
"required": true
}
},
"stack": "container"
}