Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Commit

Permalink
Fix Orion startup ports (#810)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucassaldanha authored Feb 7, 2019
1 parent 25febe2 commit 38280a3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,11 @@ public static OrionTestHarness create(final Path tempDir) throws Exception {
"tls=\"off\"\n"
+ "tlsservertrust=\"tofu\"\n"
+ "tlsclienttrust=\"tofu\"\n"
+ "nodeport=0\n"
+ "nodenetworkinterface = \""
+ HOST
+ "\"\n"
+ "clientport=0\n"
+ "clientnetworkinterface = \""
+ HOST
+ "\"\n"
Expand Down

0 comments on commit 38280a3

Please sign in to comment.