forked from retsnimle/TrpgLineBot-php
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
29 lines (29 loc) · 1.07 KB
/
app.json
File metadata and controls
29 lines (29 loc) · 1.07 KB
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": "3a1defde024270b1769ad6db2c955c91"
},
"LINE_CHANNEL_ACCESSTOKEN": {
"description": "CKKRpAX+/v5F+VVS6DQsUEB9/mGv8ROptT5d+5/PY3B4oHuGLX6xcRaopuwisEfaLYLF1F+RXpdTkdxFAxPZch/qc2okwO6wyrPyp4XxF0RHQakjz6BQtLP3gH7vycPVPKO4p8VmNGXsSjkPLxrozQdB04t89/1O/w1cDnyilFU="
},
"KEY_WORD": {
"description": "DiceDog"
},
"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"
}
}
}