Skip to content

Commit

Permalink
Fix app.json creating postgres env instead of redis (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
adarsh-goel committed Aug 6, 2022
1 parent da31845 commit 119a97f
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,20 @@
"description": "Get this value from my.telegram.org!",
"value": ""
},
"REDIS_URI": {
"description": "Get this value from redislabs.com",
"value": ""
},
"REDIS_PASS": {
"description": "Get this value from redislabs.com",
"value": ""
},
"SESSION_STRING": {
"description": "Get this value by running https://github.com/GigaUserbot/GIGA/blob/dev/session_maker.sh",
"value": ""
}
},
"addons": [{
"plan": "heroku-postgresql"
}],
"buildpack": [{
"url": "heroku/go"
}]
}
}

0 comments on commit 119a97f

Please sign in to comment.