-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathapp.json
51 lines (51 loc) · 1.19 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "Link Shortener Bot",
"description": "Make short link by different API Keys",
"keywords": [
"telegram",
"short link",
"GPLink",
"Droplink",
"Dulink",
"Tnlink",
"pdisklinkshortener"
"adrinolinks"
],
"website": "https://github.com/Rafik0786/Ag-link-shortner-",
"repository": "https://github.com/Rafik0786/Ag-link-shortner-",
"env": {
"API_HASH": {
"description": "61f20724c18a07c1150a4297f3240f05",
"value": ""
},
"API_ID": {
"description": "24897616",
"value": ""
},
"API_KEY": {
"description": "http://adrinolinks.in",
"value": ""
},
"API_URL": {
"description": "92e45da7e8b1afa4ce12ccfb2546ea0248cff640",
"value": ""
},
"BOT_TOKEN": {
"description": "6371350342:AAEc-KJpS4k-mLDvoW9Ncz1a4Mk2Za_fD8E",
"value": ""
}
},
"addons": [],
"buildpacks": [
{
"url": "heroku/python"
}
],
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
},
"stack": "heroku-22"
}