connect.inc 104 B

1234
  1. <?php
  2. $host = getenv("GEARMAN_TEST_HOST") ?: "localhost";
  3. $port = getenv("GEARMAN_TEST_PORT") ?: 4730;