1
1
mirror of https://github.com/bumi/lntip synced 2026-02-16 05:57:49 +00:00

Make Tor executable configurable

It seems the `tor` executable is not in the $PATH on heroku and thus needs to be configurable.
This commit is contained in:
2021-10-28 15:11:10 +02:00
parent 36d4dec5fd
commit 324d5b3b43
3 changed files with 8 additions and 1 deletions

View File

@@ -16,6 +16,10 @@
"LNME_LND_CERT": {
"description": "LND TLS cert as HEX",
"value": ""
},
"LNME_TOR_EXE_PATH": {
"description": "Path to the tor executable",
"value": "~/tor/bin/tor"
}
},
"buildpacks": [