-
-
Notifications
You must be signed in to change notification settings - Fork 57
Expand file tree
/
Copy pathapp.json
More file actions
22 lines (21 loc) · 614 Bytes
/
Copy pathapp.json
File metadata and controls
22 lines (21 loc) · 614 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "KnifeHub",
"description": "工具平台 | 日常生活/学习/工作/开发 工具集 - Heroku Deploy",
"keywords": ["yiyungent", "KnifeHub"],
"website": "https://github.com/yiyungent/KnifeHub",
"repository": "https://github.com/yiyungent/KnifeHub",
"success_url": "/",
"env": {
"PLUGINCORE_ADMIN_USERNAME": {
"description": "PluginCore Admin 用户名",
"value": "admin",
"required": true
},
"PLUGINCORE_ADMIN_PASSWORD": {
"description": "PluginCore Admin 密码",
"value": "ABC12345",
"required": true
}
},
"stack": "container"
}