-
Notifications
You must be signed in to change notification settings - Fork 52
/
Copy pathapp.json
29 lines (29 loc) · 996 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
{
"name": "TrpgLineBot-php",
"description": "簡單的、模組化的TrpgLineBot",
"repository": "https://github.com/retsnimle/TrpgLineBot-php.git",
"keywords": ["LineBot-php", "TRPG"],
"env": {
"LINE_CHANNEL_SECRET": {
"description": "LINE_Channel_Secret"
},
"LINE_CHANNEL_ACCESSTOKEN": {
"description": "LINE_Channel_Accesstoken"
},
"KEY_WORD": {
"description": "你的機器人的名字,同時也做為觸發關鍵字,必填。"
},
"MANUAL_URL": {
"description": "你的說明手冊放置的位置,預設值為(.\\exampleJson\\manual.json)。",
"value": "default"
},
"TEXT_REPLY_URL": {
"description": "你的文字回應關鍵字放置的位置,預設值為(.\\exampleJson\\textReply.json)。",
"value": "default"
},
"IMGS_REPLY_URL": {
"description": "你的圖片回應放置的位置,預設值為(.\\exampleJson\\imgReply.json)。",
"value": "default"
}
}
}