Update app.json

For Heroku, add the Tor buildpack to allow for Tor connections.
This commit is contained in:
Colin Crossman 2021-10-08 22:33:55 -06:00 committed by GitHub
parent 3200622b97
commit 5dd2c2cdb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -20,7 +20,8 @@
},
"buildpacks": [
{
"url": "https://github.com/heroku/heroku-buildpack-go"
"url": "https://github.com/heroku/heroku-buildpack-go",
"url": "https://github.com/iamashks/heroku-buildpack-tor-proxy.git"
}
]
}
}