[bisq-network/bisq] Torrc (#1893)

Manfred Karrer notifications at github.com
Wed Nov 7 22:16:01 UTC 2018


ManfredKarrer commented on this pull request.



> @@ -249,7 +253,7 @@ private void createTorAndHiddenService(File torDir, int localPort, int servicePo
                 Torrc override = null;
 
                 // check if the user wants to provide his own torrc file
-                String torrcfile = System.getProperty("torrcfile");
+                String torrcfile = System.getProperty(CONFIG_TORRCFILE);

You can find it in NetworkOptionKeys. It is a bit cumbersome to define all but if you follow one existing example its not hard. I would prefer to stick with program arguments as they also come with the help option.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/1893#discussion_r231698871
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20181107/a29d8e9f/attachment.html>


More information about the bisq-github mailing list