-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathapp.json
More file actions
48 lines (48 loc) · 1.65 KB
/
app.json
File metadata and controls
48 lines (48 loc) · 1.65 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
{
"name": "PmPermit",
"description": "The PmPermitBot made by @TeamInnexia special thanks to respective Himanshu. Join for updates related info @PmPermit",
"logo": "https://telegra.ph/file/1150004bb3a98682d2523.jpg ",
"keywords": [ ],
"repository": "https://github.com/TeamInnexia/PmSecurity/",
"website": "https://github.com/TeamInnexia/PmSecurity",
"success_url": "https://t.me/PmPermit",
"stake":"container",
"addons": [
{
"plan": "heroku-postgresql",
"options": {
}
}
],
"env": {
"ENV": {
"description": "Set this to ANYTHING will enable heroku.",
"value": "ANYTHING"
},
"APP_ID": {
"description": "Get this value from my.telegram.org! Putting Others Value may result In Account Ban.",
"value": ""
},
"API_HASH": {
"description": "Get this value from my.telegram.org! Putting Others Value May result In Account Ban.",
"value": ""
},
"PMPERMIT_PIC": {
"description": "put here any telegraph media link for custom pmpermit pic.",
"value": "",
"required": true
},
"STRING_SESSION": {
"description": "Get this value by running https://repl.it/@H1M4N5HU0P/MAFIABOT#main.py ",
"value": ""
},
"TG_BOT_USER_NAME_BF_HER": {
"description": "Needed for inline buttons maker. Make a bot at @BotFather and get the username of your bot",
"value": ""
},
"TG_BOT_TOKEN_BF_HER": {
"description": "Needed for inline buttons maker. Make a bot at [BotFather](http://telegram.dog/BotFather) and get the token of your bot. And Don't Forget To Turn on inline Mode on bot settings. Get it.",
"value": ""
}
}
}