-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathapp.json
34 lines (34 loc) · 911 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
30
31
32
33
34
{
"name": "Warp Plus",
"description": "Get Free Premium data using This tool.",
"keywords": ["warp", "cloudflare", "1.1.1.1"],
"repository": "https://github.com/hasibulkabir/warp-plus",
"success_url": "/",
"stack": "heroku-20",
"env": {
"REFERRER_ID": {
"description": "Your 1.1.1.1 app referrer Id. Leave it blank if you don't Know about it.",
"required": false
},
"REFERRER_URL": {
"description": "Paste Your Referrer link.",
"required": false
},
"WAIT_TIME": {
"description": "Wait time before sending request.",
"required": false,
"value": "20"
}
},
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
},
"buildpacks": [
{
"url": "heroku/python"
}
]
}