Fix for app sleeping (#313)
This commit is contained in:
parent
f838273611
commit
442aea6617
5
app.json
5
app.json
|
|
@ -185,6 +185,11 @@
|
||||||
"description": "Status limit with buttons, Recommend limit status to 4 tasks max.",
|
"description": "Status limit with buttons, Recommend limit status to 4 tasks max.",
|
||||||
"required": false
|
"required": false
|
||||||
},
|
},
|
||||||
|
"IS_VPS": {
|
||||||
|
"description": "Required to keep the app awake, keep it False.",
|
||||||
|
"value": "False",
|
||||||
|
"required": true
|
||||||
|
},
|
||||||
"BASE_URL_OF_BOT": {
|
"BASE_URL_OF_BOT": {
|
||||||
"description": "Enter your Heroku app link to avoid the app from sleeping and to make it work with Torrent selection",
|
"description": "Enter your Heroku app link to avoid the app from sleeping and to make it work with Torrent selection",
|
||||||
"value": "https://yourappname.herokuapp.com",
|
"value": "https://yourappname.herokuapp.com",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue