1
1
mirror of https://github.com/bumi/lntip synced 2026-02-14 21:27:48 +00:00

Update app.json for Tor on Heroku

Add heroku buildpack for Tor integration
This commit is contained in:
Colin Crossman
2021-10-12 18:06:20 -06:00
committed by GitHub
parent 5dd2c2cdb5
commit 1fe4dd3dd6

View File

@@ -20,7 +20,9 @@
},
"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"
}
]