-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
31 lines (31 loc) · 1.02 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
{
"name": "swgoh bot - LINE Messaging API",
"description": "This bot is in a ALPHA stage. Please report errors to sdtbarbarossa",
"keywords": ["chatbot", "line", "nodejs"],
"env": {
"API_PASSWORD": {
"description": "swgoh.help api password",
"required": true
},
"API_USERNAME": {
"description": "swgoh.help api username",
"required": true
},
"CHANNEL_ACCESS_TOKEN": {
"description": "LINE bot Channel Access Token from the Channel Console",
"required": true
},
"CHANNEL_SECRET": {
"description": "LINE bot Channel secret from the Channel Console",
"required": true
},
"GUILD_ALLYCODE": {
"description": "Your allycode or one of your guildies ( without - )",
"required": false
},
"PORT": {
"description": "the port to use ( if you are unsure 8080 )",
"required": false
}
}
}