File: connect.inc

package info (click to toggle)
php-gearman 2.0.5%2B1.1.2-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 916 kB
  • sloc: ansic: 7,140; php: 826; xml: 572; sh: 32; makefile: 1
file content (4 lines) | stat: -rw-r--r-- 104 bytes parent folder | download | duplicates (5)
1
2
3
4
<?php

$host = getenv("GEARMAN_TEST_HOST") ?: "localhost";
$port = getenv("GEARMAN_TEST_PORT") ?: 4730;