We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 795d061 commit da8cb0bCopy full SHA for da8cb0b
scripts/start-servers.php
@@ -2,7 +2,7 @@
2
require __DIR__ . "/" . "../tests/utils/orchestration.php";
3
4
5
-$host = "http://localhost:8889";
+$host = "http://192.168.112.10:8889";
6
if ($_ENV && isset($_ENV["ORCHESTRATION"])) {
7
$host = $_ENV["ORCHESTRATION"];
8
}
tests/utils/basic.inc
@@ -3,7 +3,7 @@ require __DIR__ . "/" . "orchestration.php";
require __DIR__ . "/" . "tools.php";
9
0 commit comments