File: bootstrap.php

package info (click to toggle)
php-pda-pheanstalk 4.0.5-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 608 kB
  • sloc: php: 2,658; xml: 60; makefile: 15
file content (5 lines) | stat: -rw-r--r-- 168 bytes parent folder | download | duplicates (2)
1
2
3
4
5
<?php

require __DIR__ . '/../vendor/autoload.php';
define('SERVER_HOST', getenv('SERVER_HOST') ?: 'localhost');
define('SERVER_PORT', getenv('SERVER_PORT') ?: 11300);