forked from Awesome-RJ/Skynet-System
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
81 lines (81 loc) · 1.98 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "Darkness-Skynet-System",
"description": "sadness is closer than it appears "
"keywords": ["telegram"],
"repository": "https://github.com/flashokillerify/Skynet-System"
"addons": [
{
"options": {
"version": "11"
},
"plan": "heroku-postgresql"
}
],
"env": {
"API_ID_KEY": {
"description": "my.telegram.org",
"required": true,
"value": ""
},
"API_HASH_KEY": {
"description": "my.telegram.org",
"required": true,
"value": ""
},
"STRING_SESSION": {
"description": "https://t.me/SessionStringGeneratorZBot then select Telethon",
"required": true,
"value": ""
},
"HEROKU_API_KEY": {
"description": "get from heroku settings",
"required": false,
"value": ""
},
"HEROKU_APP_NAME": {
"description": " your heroku app name",
"required": false,
"value": ""
},
"SKYNET": {
"description": "your raw skynet id",
"required": true,
"value": ""
},
"ENFORCERS": {
"description": "ENFORCERS id",
"required": true,
"value": ""
},
"SKYNET": {
"description": "real skynet id",
"required": true,
"value": ""
},
"MONGO_DB_URL": {
"description": "mongodb url"
"required": true,
"value": ""
},
"SKYNET_LOGS": {
"description": "skynet logs username",
"required": "true",
"value": ""
},
"SKYNET_APPROVED_LOGS": {
"description": skynet apporved logs channel username",
"required": "true",
"value": ""
},
"GBAN_MSG_LOGS": {
"description": "your private conuter • xx id",
"required": "true",
"value": ""
},
"BOT_TOKEN": {
"description": "your bot token"
"required": "true",
"value": ""
}
}
}