Skip to content

Commit

Permalink
Update app.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Subroz authored Mar 16, 2022
1 parent 3079f62 commit 0459458
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,25 @@
"LOG_CHANNEL_ID": {"description": "Telegram Log Channel ID"},
"SESSION_STRING": {
"description": "[USER MODE] - Get this using `bash genStr`",
"required": false},
"required": true},
"BOT_TOKEN": {
"description": "[BOT MODE] - Get this from https://t.me/botfather",
"required": false},
"OWNER_ID": {
"description": "[BOT MODE] - Your user_id",
"required": false},
"required": true},
"HEROKU_APP_NAME": {
"description": "given app name to the heroku app",
"required": false},
"HEROKU_API_KEY": {
"description": "get a Heroku API key from http://dashboard.heroku.com/account",
"required": false}
"required": false},
"UPSTREAM_REPO": {
"description": "https://github.com/UsergeTeam/Loader",
"required": true},
"NO_CACHE": {
"description": "put true",
"required": false},
},
"buildpacks": [
{"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git"},
Expand Down

0 comments on commit 0459458

Please sign in to comment.