forked from SteamDatabase/SalienCheat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
35 lines (35 loc) · 1.41 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
{
"name": "SalienCheat",
"description": "Cheating Salien minigame, the proper way",
"repository": "https://github.com/mystith/SalienCheat",
"env": {
"SALIENS_TOKEN": {
"description": "Get token from https://steamcommunity.com/saliengame/gettoken and place below | https://i.imgur.com/T3gi8DG.png <- help on finding the token!",
"value": ""
},
"IGNORE_UPDATES": {
"description": "Set to 0 or 1 | 1 = True 0 = False | setting to true will make logs not spit out 'Script has been updated on GitHub since you started this script, please make sure to update' anymore",
"value": ""
},
"DISABLE_COLORS": {
"description": "Disables colors for heroku logs | If you are going to use heroku logs -a APPNAME --tail then feel free to set this to 0",
"value": "1"
},
"TIMEZONE": {
"description": "Get timezone from https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List | USE 3rd column!",
"value": "UTC"
},
"SALIENS_USER_AGENT": {
"description": "Set to 0 or 1 | 1 = True 0 = False | setting to true will use a user-agent pertaining to the cheat, instead of a generic browser user-agent.",
"value": "1"
}
},
"formation": {
"web": {
"quantity": 0
},
"worker": {
"quantity": 1
}
}
}