-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
67 lines (65 loc) · 1.47 KB
/
app.json
File metadata and controls
67 lines (65 loc) · 1.47 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "Sybil",
"description": "hmm no time",
"repository": "https://github.com/zeuslord224/SibylSystem ",
"buildpacks": [
{
"url": "heroku/python"
}
],
"env": {
"API_ID_KEY": {
"description": "id",
"value": ""
},
"API_HASH_KEY": {
"description": "app hash.",
"value": ""
},
"STRING_SESSION": {
"description": "session ",
"value": ""
},
"HEROKU_API_KEY": {
"description": "get from heroku settings.",
"value": ""
},
"SIBYL": {
"description": "readme.",
"value": ""
},
"Inspectors": {
"description": "see readme",
"value": ""
},
"Enforcers": {
"description": "readme plz",
"value": ""
},
"MONGO_DB_URL": {
"description": "mongodb.com go get it.. see channel infotel autofilter bot tute",
"value": ""
},
"Sibyl_logs": {
"description": "radme.",
"value": ""
},
"Sibyl_Approved_Logs": {
"description": "readme",
"value": ""
},
"GBAN_MSG_LOGS": {
"description": "readme",
"value": ""
},
"BOT_TOKEN": {
"description": "get from bot.f",
"value": ""
},
"ENV": {
"description": "Nope. Don't change",
"required": false,
"value": "ANYTHING"
}
}
}