forked from CyniteOfficial/MdiskSearchBotV2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
43 lines (42 loc) · 1.01 KB
/
app.json
File metadata and controls
43 lines (42 loc) · 1.01 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
without @",
"required": false
},
"RESULTS_COUNT":{
"description": "Count of the number of Results",
"required": false,
"value": "20"
},
"AUTO_DELETE_TIME":{
"description": "Auto deletion time in seconds",
"required": false,
"value": "300"
},
"FORCE_SUB":{
"description": "Set to true to force a new subscription",
"required": false,
"value": "False"
},
"HELP_TEXT": {
"description": "Type Anything You Want"
},
"ABOUT_TEXT": {
"description": "Type Anything You Want"
},
"MDISK_API":{
"description": "Mdisk API",
"required": true,
"value": ""
}
},
"buildpacks": [
{
"url": "heroku/python"
}
],
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
}
}