forked from khwang0/Line-chatbot-for-COMP3111
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
19 lines (19 loc) · 623 Bytes
/
app.json
File metadata and controls
19 lines (19 loc) · 623 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "COMP3111 Lab 1 Faulty Bot",
"description": "This is a simple but faulty application for the LINE Messaging API",
"keywords": ["chatbot", "line", "java"],
"env": {
"LINE_BOT_CHANNEL_TOKEN": {
"description": "LINE bot Channel access token from the Channel Console",
"required": true
},
"LINE_BOT_CHANNEL_SECRET": {
"description": "LINE bot Channel secret from the Channel Console",
"required": true
},
"ITSC_LOGIN": {
"description": "For Grading",
"required": true
}
}
}