-
-
Notifications
You must be signed in to change notification settings - Fork 21
/
app.json
31 lines (31 loc) · 1.13 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": "BinChecker",
"description": "A BinChecker Bot Made In Pure Dart Native.",
"logo": "https://raw.githubusercontent.com/IndianBots/BinChecker/main/bin/logo.png",
"keywords": ["dart", "telegram", "bug-less", "advanced"],
"repository": "https://github.com/IndianBots/BinChecker",
"website": "https://github.com/IndianBots/BinChecker",
"success_url": "",
"env": {
"ChannelId": {
"description": "The Id Of The Channel Where Users Will Join To Use The Bot.",
"required": false,
"value": ""
},
"BotToken": {
"description": "The Token Of The Bot.",
"required": true,
"value": ""
},
"DART_SDK_LINK": {
"description": "The Dart SDK Link For Linux, For Environment Setup",
"required": true,
"value": "https://storage.googleapis.com/dart-archive/channels/stable/release/2.10.4/sdk/dartsdk-linux-x64-release.zip"
}
},
"buildpacks": [
{
"url": "https://github.com/igrigorik/heroku-buildpack-dart.git"
}
]
}