1
1
mirror of https://github.com/bumi/lntip synced 2026-07-04 09:16:20 +00:00

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
+2 -1
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"
}
]
}