Skip to content

Commit da8cb0b

Browse files
committed
PHON-91: Use the vm by default, allow it to be overridden by the environment variable
1 parent 795d061 commit da8cb0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/start-servers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
require __DIR__ . "/" . "../tests/utils/orchestration.php";
33

44

5-
$host = "http://localhost:8889";
5+
$host = "http://192.168.112.10:8889";
66
if ($_ENV && isset($_ENV["ORCHESTRATION"])) {
77
$host = $_ENV["ORCHESTRATION"];
88
}

tests/utils/basic.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ require __DIR__ . "/" . "orchestration.php";
33
require __DIR__ . "/" . "tools.php";
44

55

6-
$host = "http://localhost:8889";
6+
$host = "http://192.168.112.10:8889";
77
if ($_ENV && isset($_ENV["ORCHESTRATION"])) {
88
$host = $_ENV["ORCHESTRATION"];
99
}

0 commit comments

Comments
 (0)